D
david_benge
I am trying to create a macro or module to automate the importing of an Excel
spreadsheet as a table to a backend database while the user is in the
frontend database. I am trying to avoid the user opening the backend and
runing the automation from there (trying to simplify for novice users). I
have figured out how to import the spreadsheet to the frontend, but since all
of the tables are linked tables, I need to import the original in the backend
first, and then link the table to the frontend.
spreadsheet as a table to a backend database while the user is in the
frontend database. I am trying to avoid the user opening the backend and
runing the automation from there (trying to simplify for novice users). I
have figured out how to import the spreadsheet to the frontend, but since all
of the tables are linked tables, I need to import the original in the backend
first, and then link the table to the frontend.