O
OriginalStealth
Form1 has cmdNewDbBtn and cboHQ. The On click event of
the cmdNewDbBtn needs to:
1. Create a new database.
2. The new db name needs to be the cboHQ.value. The new
db will have only one table in it called table1 which
will need to be exported and I can do that.
cboHQ.value = Atlanta
Thanks in advance!
OS
the cmdNewDbBtn needs to:
1. Create a new database.
2. The new db name needs to be the cboHQ.value. The new
db will have only one table in it called table1 which
will need to be exported and I can do that.
cboHQ.value = Atlanta
Thanks in advance!
OS