D
David G.
I have a project where all data and code are splitted into several databases.
Main Database manages appearence of all other data. I need to set subform attributes to display a form from another database.
I tried hard, but couldn't find a way to do this. I determined, that creating new form object in "secondary" database adds this form in Forms collection. But when I set subform's SourceObject property to the name of the form from "secondary" database I've got an error, saying that this is not a valid name for this property.
Can anyone help?
Main Database manages appearence of all other data. I need to set subform attributes to display a form from another database.
I tried hard, but couldn't find a way to do this. I determined, that creating new form object in "secondary" database adds this form in Forms collection. But when I set subform's SourceObject property to the name of the form from "secondary" database I've got an error, saying that this is not a valid name for this property.
Can anyone help?