![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My company has a "work in progress" (that is, the app itself is a work in progress) database app in use in two different cities, and I'm looking for a mechanism to keep the structure of the two dbs consistent. As each office uses the database for their own data it seems that emailing a copy of the modified backend to the other location is a non-starter. |
#3
| |||
| |||
|
|
Does anyone have VBA code for modifying JET/ACE backend schema they would be willing to share? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
(Crossposted to cdma / mpa) Does anyone have VBA code for modifying JET/ACE backend schema they would be willing to share? My company has a "work in progress" *(that is, the app itself is a work in progress) database app in use in two different cities, and I'm looking for a mechanism to keep the structure of the two dbs consistent. As each office uses the database for their own data it seems that emailing a copy of the modified backend to the other location is a non-starter. Any and all suggestions welcomed. -- Clif McIrvin (clare reads his mail with moe, nomail feeds the bit bucket :-) |
#6
| |||
| |||
|
|
On Sat, 6 Nov 2010 10:36:35 -0500, "Clif McIrvin" clare.nom... (AT) gmail (DOT) com> wrote: My company has a "work in progress" *(that is, the app itself is a work in progress) database app in use in two different cities, and I'm looking for a mechanism to keep the structure of the two dbs consistent. As each office uses the database for their own data it seems that emailing a copy of the modified backend to the other location is a non-starter. Compare'Emhttp://home.gci.net/~mike-noel/CompareEM-LITE/CompareEMscreens/Compar... I have a backend version number in a table. *My startup code takes a look at that number and then decides what update subroutines to run. Of course in the code produced by the above utility you can run action queries to clean up data and so forth. Tony -- Tony Toews, Microsoft Access MVP Tony's Main MS Access pages -http://www.granite.ab.ca/accsmstr.htm Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/ For a convenient utility to keep your users FEs and other files * updated seehttp://www.autofeupdater.com/ |
#7
| |||
| |||
|
|
or DDL queries to change tables / columns, etc |
#8
| |||
| |||
|
|
or DDL queries to change tables / columns, etc Using DAO to update an Access database schema gives you a lot more functionality. |
#9
| |||
| |||
|
|
"Tony Toews" <ttoews (AT) telusplanet (DOT) net> replied to "aaron.kempf (AT) gmail (DOT) com" aaron.kempf (AT) gmail (DOT) com>: or DDL queries to change tables / columns, etc Using DAO to update an Access database schema gives you a lot more functionality. Tony, Mr. Kempf knows even less about Access than he knows about SQL Server (which means his Access knowlege is somewher between "none" and "next to none", because when he tries to impress people by being specific about SQL Server, he comes off looking stupid almost every time). |
#10
| |||
| |||
|
|
you should be using SQL Server.. there are plenty of tools for that in SQL Server land |
![]() |
| Thread Tools | |
| Display Modes | |
| |