> Would like to create a database named 20060602Data.mdb
> and populate it with the data in 31 local tables in the current
> running database. I would like to do it all with a single button
> click. Was wondering if someone knew of suitable sample
> code in A97 HELP.
Suitable sample code?
Open the Object Browser.
Select All Libraries from the top combo.
Type TransferDatabase in the textbox below it.
Hit the search button.
Select TransferDatabase from the right hand column.
Hit F1.
Read.
Repeat for CreateDatabase.
MLH - 03 Jun 2006 00:58 GMT
>Suitable sample code?
>
[quoted text clipped - 7 lines]
>
>Repeat for CreateDatabase.
Oops. I don't know how to bring up the object
browser icon on my toolbar. I can see in HELP
what its supposed to look like - its just not showing
in my toolbar.
rkc - 03 Jun 2006 02:08 GMT
>>Suitable sample code?
>>
[quoted text clipped - 12 lines]
> what its supposed to look like - its just not showing
> in my toolbar.
Open a code module. Hit F2.
MLH - 03 Jun 2006 21:59 GMT
Thx. Great examples & instructs.