Hello,
i'm new to recordsets, can you help me out?
Table layout:
- contains reference numbers. Each ref number can hold multiple orders.
- each reference is linked to 1 e-mail address
- everything is stored in 1 table (no seperate reference and order table)
- this means reference numbers are in fact stored multiple times
How can I scroll through my table in order to get the following info.
Refnr1 = order1 + order2 + order3
Refnr2 = order4 + order5
Refnr3 = order6 + order7 + order8
etc.
In the end I need to mail this info to the customer.
Kind regards,
Hans B.
i'm new to recordsets, can you help me out?
Table layout:
- contains reference numbers. Each ref number can hold multiple orders.
- each reference is linked to 1 e-mail address
- everything is stored in 1 table (no seperate reference and order table)
- this means reference numbers are in fact stored multiple times
How can I scroll through my table in order to get the following info.
Refnr1 = order1 + order2 + order3
Refnr2 = order4 + order5
Refnr3 = order6 + order7 + order8
etc.
In the end I need to mail this info to the customer.
Kind regards,
Hans B.