The tabledefs collection contains all the tables that are in your database, querydefs, Froms (why not formdefs??) are simular collections/containers.
Try opening the Access help and typing "Tabledefs" You should find plenty information there to (atleast) get started a good way...
In particular you would be intrested in the "Refresh link method" which you should find and there is a semi good example in there... (the RefreshLink Method Example, not the other one)
Are you saying there is a way where I can just change which which data base is linked to by the one on the network. In other words .mdb A has all the details for "name list A" and .mdb B has all the details for "name list B" and I can quickly swap the linking to tables from .mdb A to.mdb B and back again. Would that be something that is simple for someone to do. I one alternative I was think of was to place a second set of tables containing the stuff pertaining to the other list and instead of having a second set of macro and queries have a macro that runs a few Append/Delete to shift the records in and out of the table. The only problem with that is it is a little slow and especially across the wireless. Changing which data base the table linking was done to is similar in principle but sounds much better.
Yes that is what I am saying... Using queries to fetch data and stuff *ugh* talk about your basic *not such a good idea* (understatement LOL) Slow, bloating, Bah!
Dont like it at all...
It is a relatively easy process to do either manually or programmed in code. Code offcourse is faster and less prown to manual error. Also pre-programmed code can be as easy as a click of a button and wait some seconds for the process to finish....
You can even make a slider bar on a form to show the progress

but that is nice to have I think

Some eye candy...
I could both sets of names in the same tables for the two lots of 1-32 and put a marker in a field so a query could pick which lot of 1-32 a name is but that would be a fair bit of mucking about.
Not all of your data is in the backend?? Most stuff should be in the backend, except for some very small exceptions. If you make sure this data too is in the backend, then changing the backend would also change the categories....
if I had just gone ahead this morning with the worst way it would now be done
Then what are you on the forum for? Go ahead and do it allready
You are here offcourse because you want to not just do it, but learn a little while doing it
I might have a sample for you including a slider bar and stuff, but I wouldnt count on it.... Go read the help and see how far you get in probably less time than you would have done making your own thing
