I got the parse error fixed, but I have never done 2 queries and had to match up IDs from both and display the results.
IE, I get the products from the dealerItems table matched by DealerID, then i get the prices and quantities from the Quanities table, and want to match productID.Quantity with productID.dealerItems. I am not sure I am using the correct logic here.
I never did anything like this before, and I know it can be done.
I read a lot of similar posts, but I cannot seem to get their logic to work with my example.
Thanks,
Don