M
Marie
I have a database DB1 that creates a form in another
database MyDB (like a wizard).
I use the following code
Dim AppAcc As New Access.Application
AppAcc.OpenCurrentDatabase "C:\MyDB.mdb"
AppAcc.CreateForm , "FMmaster"
FMmaster is a form in DB1 with size and other properties
set to match the use.
But it doesn't work. I can create a form in MyDB - but it
is not based om FMmaster.
What is wrong?
I have also tried to have the master in MyDB - but that
didn't work either.
database MyDB (like a wizard).
I use the following code
Dim AppAcc As New Access.Application
AppAcc.OpenCurrentDatabase "C:\MyDB.mdb"
AppAcc.CreateForm , "FMmaster"
FMmaster is a form in DB1 with size and other properties
set to match the use.
But it doesn't work. I can create a form in MyDB - but it
is not based om FMmaster.
What is wrong?
I have also tried to have the master in MyDB - but that
didn't work either.