M
Michael Favor
I can find out the record-source of a form in my current
database like this:
varSource = Forms("Form Name").RecordSource
but, I really want to find out the record-source for a
form in another database. It seems like I should be able
to do something like this, but the (???) has got me
stumped.
myContainer = OpenDatabase("otherdata.mdb").Containers
("Forms")
varSource = myContainer.(???).RecordSource
any insight would be appreciated!
regards,
michael.
database like this:
varSource = Forms("Form Name").RecordSource
but, I really want to find out the record-source for a
form in another database. It seems like I should be able
to do something like this, but the (???) has got me
stumped.
myContainer = OpenDatabase("otherdata.mdb").Containers
("Forms")
varSource = myContainer.(???).RecordSource
any insight would be appreciated!
regards,
michael.