K
kev100 via AccessMonster.com
Folks,
I've got a query which accesses 2 tables.
One table is a list of Daily Orders.
The other table is an Index of Item Codes (primary key is the item #, other
fields have item name, description, etc).
The one query includes these 2 tables. Each record in the Daily Order table
has multiple item numbers.
I am needing to run the query so that it includes the item numbers and the
corresponding item descriptions on the same line.
Example:
2 Records: The first has item number A100, B234, and C300
The second has A200, B350, and C170
When the Query is viewed...it needs to show 2 records with columns for each
of the item numbers along with the item descriptions.
- Any advice greatly appreciated. Thanks !
I've got a query which accesses 2 tables.
One table is a list of Daily Orders.
The other table is an Index of Item Codes (primary key is the item #, other
fields have item name, description, etc).
The one query includes these 2 tables. Each record in the Daily Order table
has multiple item numbers.
I am needing to run the query so that it includes the item numbers and the
corresponding item descriptions on the same line.
Example:
2 Records: The first has item number A100, B234, and C300
The second has A200, B350, and C170
When the Query is viewed...it needs to show 2 records with columns for each
of the item numbers along with the item descriptions.
- Any advice greatly appreciated. Thanks !