
Originally Posted by
ArviLaanemets
The standard approach will be:
1. You have a Excel table linked into Access DB;
2. You have a Access table (in BE DB) with columns fully or partly matching with columns in linked table;
3.You write a VBA procedure, which updates Access table with data from linked table;
4. You call the update procedure from some event, or by windows Scheduled Task.
Linked table is used only to update Access table. Your forms, reports, and other procedures use only Access table as datasource!