Hello All,
The Problem:
I have one form, FormA, and two databases, DB1 & DB2. FormA is in DB1, and I would like to copy FormA into DB2 using VBA. Is that possible?
-The location of the databases is in a fixed location. Let's say, C:\Database\DB1 .mdb
The Rationale:
I manage a database for a couple of clients, and would like to make a small database file that, using startup options, they can open and a form is called that executes a VBA script to copy an updated form to their database file. (the location is known). Posting it on a server isn't much of an option, so I was thinking of emailing it to them.
Thank you!
The Problem:
I have one form, FormA, and two databases, DB1 & DB2. FormA is in DB1, and I would like to copy FormA into DB2 using VBA. Is that possible?
-The location of the databases is in a fixed location. Let's say, C:\Database\DB1 .mdb
The Rationale:
I manage a database for a couple of clients, and would like to make a small database file that, using startup options, they can open and a form is called that executes a VBA script to copy an updated form to their database file. (the location is known). Posting it on a server isn't much of an option, so I was thinking of emailing it to them.
Thank you!
Comment