I have two tables:
I initially used the query design with the two tables:
Am I doing the join correctly? or should I be using a dlookup expression or something else??
Thanks.
- the first has sales information by item number and date (and other information) for a particular period
- the second has item number and item description (it is a comprehensive list of all item numbers).
I initially used the query design with the two tables:
- joined them by item number (outer join including all rows on table 1 and only matching rows in table 2).
- selected the fields from table 1 and the item description field from table 2.
Am I doing the join correctly? or should I be using a dlookup expression or something else??
Thanks.