B
Bill
In making reference/settings to a text-box field in another form,
I've used the statement:
Forms![TMS Switchboard].Form!InstName.Caption = IPName
Where "TMS Switchboard" is the name of the form. What's the
syntax if the name of the form is contained in a string variable?
Like:
Dim strSwBrdName as String
strSwBrdName = "TMS Switchboard"
I tried the substitution
Forms![strSwBrdName].Form!InstName.Caption = IPName
but that's not it.
Thanks,
Bill
I've used the statement:
Forms![TMS Switchboard].Form!InstName.Caption = IPName
Where "TMS Switchboard" is the name of the form. What's the
syntax if the name of the form is contained in a string variable?
Like:
Dim strSwBrdName as String
strSwBrdName = "TMS Switchboard"
I tried the substitution
Forms![strSwBrdName].Form!InstName.Caption = IPName
but that's not it.
Thanks,
Bill