Group: microsoft.public.access.queries · Group Profile · Search for Pat12 in microsoft.public.access.queries
Author: Gary Walter
Date: Feb 27, 2007 06:28
pat12@poczta.onet.pl wrote: There is two tables: 1. product_nb;price_start_date;shop;price 2. Days (dates from two months day par day) I try to get the info about the price for each shop and each product for each day from second table Here is my query: Select a.product_nb,b.days,a.price_start_date,a.shop, a.price from table1 as a,table2 as b where
|