Maybe a daft question but how can I make table alterations after I have split the database?
S scubadiver Sep 24, 2007 #1 Maybe a daft question but how can I make table alterations after I have split the database?
D Douglas J. Steele Sep 24, 2007 #2 You make the change in the back-end database (where the tables actually exist).
P Peter Hibbs Sep 24, 2007 #3 Scubadiver, You can add/delete fields and/or tables automatically using code in the front end, have a look at :- http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='BE Update Utility.mdb' HTH Peter Hibbs.
Scubadiver, You can add/delete fields and/or tables automatically using code in the front end, have a look at :- http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='BE Update Utility.mdb' HTH Peter Hibbs.