I want to query multiple rows into one column.What is the criteria

G

Guest

Text cells.
Purchase order DB
Each Purchase order in one row.
10 line items with multiple account codes per PO.
At the end of the month I need to filter by account code to view balances.
Help?
 
P

PC Datasheet

Your problem stems from the design of your table being incorrect. Needs to
be:
TblPO
POID
PODate
VendorID
etc

TblPOLineItem
POLineItemID
POID
ProductID
Quantity
Price
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top