Hi,
I am trying to reference a field in a subform to see if it's "wires only".
My code is like
If Me!qryInstallsubform.installName = "wires only" Then....
Where qryInstallsubform is the subform and the field in the sub form Im querying is called "installName" which in this case is "wires 0nly.
Can any one help?
I am trying to reference a field in a subform to see if it's "wires only".
My code is like
If Me!qryInstallsubform.installName = "wires only" Then....
Where qryInstallsubform is the subform and the field in the sub form Im querying is called "installName" which in this case is "wires 0nly.
Can any one help?