I have written several app's.
Front-End is always Access, Back-End SQL-server (2000 or 2005).
So, I make use of linked-tables to the sql-db.
Each time my application starts, I relink the tables.
code looks like:
For each tbl in Currentdb.Tabledefs
tbl.refreshlink
Next tbl
After...