Memo said:
mdb is small, 5 small tables and a few forms with simple code.
Is this a single user application? What happens if you need to give
the users some new or changed functionality such as changes to a form?
You want to split the MDB into a Front End MDB containing the queries,
forms, reports, macros and modules with just the tables and
relationships in the Back End MDB. The FE is copied to each network
users computer. The FE MDB is linked to the tables in the back end
MDB which resides on a server. You make updates to the FE MDB and
distribute them to the users, likely as an MDE.
See the "Splitting your app into a front end and back end Tips" page
at
http://www.granite.ab.ca/access/splitapp/ for more info. See the
free Auto FE Updater utility at
http://www.autofeupdater.com/ to make
this relatively painless.. The utility also supports Terminal
Server/Citrix quite nicely.
Tony