G
Guest
Using Access 2003
Are there any standard strategies for updating the back end of a database
from within VBA. The database would be using the runtime version on several
different computers at sites across the country. This would make it
unfeasable to do each manually, and I would want to retain the data existing
in the back end.
Some possible issues to handle would be - adding a field to a table. adding
an empty table to the database. Adding a table which contains data to the
database. Changing the data type of a field (though I don't see this
happening too much).
Are there any standard strategies for updating the back end of a database
from within VBA. The database would be using the runtime version on several
different computers at sites across the country. This would make it
unfeasable to do each manually, and I would want to retain the data existing
in the back end.
Some possible issues to handle would be - adding a field to a table. adding
an empty table to the database. Adding a table which contains data to the
database. Changing the data type of a field (though I don't see this
happening too much).