C
CD Tom
I've been trying to change the Caption on a form and I keep getting the
message that it can't find the form 'MatchDescription' referred to in a macro
expression or Visual Basic code.
the code I'm using is
forms!matchdescription.Caption = "Test"
I'm trying to do this before I load the form, the form can be used in
different areas and I want to change the Caption for the different places I
use the form.
Thanks for any help.
message that it can't find the form 'MatchDescription' referred to in a macro
expression or Visual Basic code.
the code I'm using is
forms!matchdescription.Caption = "Test"
I'm trying to do this before I load the form, the form can be used in
different areas and I want to change the Caption for the different places I
use the form.
Thanks for any help.