Locopete99
Registered User.
- Local time
- Today, 15:04
- Joined
- Jul 11, 2016
- Messages
- 163
Hi Guys,
I'm using the below code to import some data.
Its kind of the "quick entry" version of a form when my colleagues have to fill out 10-20 odd forms one after the other.
The only problem is, its importing 1600 extra lines and creating 1600 blank records.
How can i stop this?
I'm using the below code to import some data.
Its kind of the "quick entry" version of a form when my colleagues have to fill out 10-20 odd forms one after the other.
The only problem is, its importing 1600 extra lines and creating 1600 blank records.
How can i stop this?
Code:
DoCmd.TransferSpreadsheet acImport, , "Tbl_NPPR_LOG", "P:\CCT Hub\NPPR Reflection Sheet.XLS", True,