RichardBarth
Technical User
I have an application where all the forms/queries/reports/modules are in one .mdb ("main") and the tables are in another ("table") .mdb. Of course, the tables are linked in the "main" .mdb.
This application has been distributed to many locations. I need to make a change in the software. Well, that's pretty easy - just distribute a new "main" mdb and automatically relink the tables when it starts.
However, I need to add some fields to the linked tables!! How can I add code into the startup of the "main" mdb which will modify the structure (add fields) to some of the tables in the "table" mdb???
Any help is greatly appreciated.
Thanks.
Richard
This application has been distributed to many locations. I need to make a change in the software. Well, that's pretty easy - just distribute a new "main" mdb and automatically relink the tables when it starts.
However, I need to add some fields to the linked tables!! How can I add code into the startup of the "main" mdb which will modify the structure (add fields) to some of the tables in the "table" mdb???
Any help is greatly appreciated.
Thanks.
Richard