Search results

  1. W

    Count product code in invoice in table

    Thanks, that worked!
  2. W

    Count product code in invoice in table

    So I already have the lineNo What I need is; Pass1 InvoiceNo, ItemNo, LineNo---INTO--- InvoiceNo, ItemNo, Quanity 10100001, 11223, 1---------------------10100001, 11223, 2 10100001, 11223, 2---------------------10100001, 88923, 1 10100001, 88923, 3---------------------10100002, 45124, 1...
  3. W

    Hi, New Guy Here

    Semi good at access, always looking for answers
  4. W

    Count product code in invoice in table

    Actually, I do have all those tables. I have queried those tables and created Pass1. Now I want to run a series of queries to massage the data in Pass1 into a table (like combining identical itemNo that appear on the same invoice and adding a count) that will eventually be exported and sent to a...
  5. W

    Count product code in invoice in table

    Pass1 InvoiceNo, ItemNo, LineNo 10100001, 11223, 1 10100001, 11223, 2 10100001, 88923, 3 10100002, 45124, 1 10100003, 11223, 1 10100003, 11223, 2 10100003, 11223, 3 Thanks
  6. W

    Count product code in invoice in table

    OK, so I have a table called Pass1 In the tbl I have a field called InvoiceNo and a field called ItemNo and a field called LineNo. Explain: When a customer buys several items, each item is contained under the same InvoiceNo along with a unique LineNo. Example: A customer buys the same item...
Back
Top Bottom