I am new to using Access and was wondering whether anyone can help me with VBA code which copies data from one table to another.
I have 3 tables:
- Order
- Order_Line
- Import_Order_Lines
I have got a macro working which imports records from CSV into the Import_Order_Lines table. The problem...