M
mattieflo
Hello....I'm trying to build a button that will loop through records by
extracting a store number and save the current database as a different name.
For example, If I have a database that is named store_audits.mdb and a table
on it named tblStores with the following info:
StoreNumber Location
1 Seattle
2 Dallas
3 New York
I want to build a button that will save the current database to a specified
location with database name followed by the storenumber...(Example
store_audits1.mdb)
The reason why is I want each of these locations to have their own front end
database but I want to make a tool that will update all these front ends from
where I'm at. Is there VBA code that uses the "SaveAs" command from the menu?
extracting a store number and save the current database as a different name.
For example, If I have a database that is named store_audits.mdb and a table
on it named tblStores with the following info:
StoreNumber Location
1 Seattle
2 Dallas
3 New York
I want to build a button that will save the current database to a specified
location with database name followed by the storenumber...(Example
store_audits1.mdb)
The reason why is I want each of these locations to have their own front end
database but I want to make a tool that will update all these front ends from
where I'm at. Is there VBA code that uses the "SaveAs" command from the menu?