peskywinnets
Registered User.
- Local time
- Today, 18:15
- Joined
- Feb 4, 2014
- Messages
- 587
I run an online business & each day before packing the orders for dispatch, I have a whole heap of onscreeen orders to scour manually with my eyes...I try to identify multiple orders which are all going to the same shipping address (sometimes a customer places several orders over say the weekend)...I put these multiple order into one package (which saves postage ...which I give back to the customer).
I have all my sales data normalised in Access & spread across several tables (Invoice, Invoice Items, Customers etc.)..... here's a simple query view (I'm using dots to separate the columns in this forum)....
Invoice Number......Shipping address
1.........................10 Station Road
2.........................24 High Street
3.........................10 Station Road
4.........................4 Ocean Road
so in the above example, there are 4 orders in total but 2 of these orders are to the same shipping address but placed at different times - in this situation I wish to update a boolean field in a table called something along the lines of "Multiple Orders', so I can then easily spot them.
What would be the best approach to this? (would it need some VBA or could it be done with just queries?)
I have all my sales data normalised in Access & spread across several tables (Invoice, Invoice Items, Customers etc.)..... here's a simple query view (I'm using dots to separate the columns in this forum)....
Invoice Number......Shipping address
1.........................10 Station Road
2.........................24 High Street
3.........................10 Station Road
4.........................4 Ocean Road
so in the above example, there are 4 orders in total but 2 of these orders are to the same shipping address but placed at different times - in this situation I wish to update a boolean field in a table called something along the lines of "Multiple Orders', so I can then easily spot them.
What would be the best approach to this? (would it need some VBA or could it be done with just queries?)
Last edited: