I want to create a phone log tool with users creating records in a PC table within the Access app. When they close out I want to export all records not already marked by an "Exported" boolean flag to a common network table (Access).
The question: Which would be fastest (and most bug free)?
1. Use a linked table and append query
2. Explicit DAO db/rs etc. movement of the recordset
3. ADO export
Thanks
The question: Which would be fastest (and most bug free)?
1. Use a linked table and append query
2. Explicit DAO db/rs etc. movement of the recordset
3. ADO export
Thanks