G
Guest
I am downloading data from ODBC tables ( The servers aren't local and processing time is killing performance).
Anyway, I am currently using make-table queries for my application.
?Is there an advantage (processing time) to using append queries versus make table queries. Also, would an append query capture any updates to existing records (For example, an employee going out on maternity leave would become "Inactive" even though a new record isn't necessary).
Thanks
Anyway, I am currently using make-table queries for my application.
?Is there an advantage (processing time) to using append queries versus make table queries. Also, would an append query capture any updates to existing records (For example, an employee going out on maternity leave would become "Inactive" even though a new record isn't necessary).
Thanks