J
jokobe
I use a (sub)form in different parent forms, and to get the value in a field
I want to put the form name in a variable.
For example:
[form1]![formname1]![controlname].rowsource = sqlstr
or in a different form:
[form2]![formname2]![controlname].rowsource = sqlstr
How is it possible to work like this:
StrForm = me.actualform.name
strform![controlname]. rowsource = sqlstr
thanks in advance for any helpful hint...
I want to put the form name in a variable.
For example:
[form1]![formname1]![controlname].rowsource = sqlstr
or in a different form:
[form2]![formname2]![controlname].rowsource = sqlstr
How is it possible to work like this:
StrForm = me.actualform.name
strform![controlname]. rowsource = sqlstr
thanks in advance for any helpful hint...