M
Mark Andrews
I am looking for some examples of code or links to code examples to update a
back-end database appropriately so it works with the next version of the
front-end. Both dbs are Access2007,
Example: I have a table tblPreference in the back-end that has a
versionNumber field and is set to "1.0". If my latest "2.0" front-end
is opened I want it to detect the OLD version 1.0 back-end and run the code
to update the back-end to "2.0" and then change the version number.
Things I need done include:
- adding fields to existing tables
- deleting fields from existing tables
- changing field types or lengths
- adding new tables
- adding new relationships
- changing data in the tables
- adding links to the new tables in the front-end
Also any tips of how to handle this is multiple users/front-ends are in play
would help.
Thanks in advance,
Mark
back-end database appropriately so it works with the next version of the
front-end. Both dbs are Access2007,
Example: I have a table tblPreference in the back-end that has a
versionNumber field and is set to "1.0". If my latest "2.0" front-end
is opened I want it to detect the OLD version 1.0 back-end and run the code
to update the back-end to "2.0" and then change the version number.
Things I need done include:
- adding fields to existing tables
- deleting fields from existing tables
- changing field types or lengths
- adding new tables
- adding new relationships
- changing data in the tables
- adding links to the new tables in the front-end
Also any tips of how to handle this is multiple users/front-ends are in play
would help.
Thanks in advance,
Mark