G Guest Jun 1, 2007 #21 I have sorted out the label change using a text box instead. Thanks for your help.
B BruceM Jun 1, 2007 #22 You could have changed the label's Caption property: Me.LabelName.Caption = "Caption Text"
G Guest Jun 1, 2007 #23 Ah right! cheers BruceM said: You could have changed the label's Caption property: Me.LabelName.Caption = "Caption Text" Click to expand...
Ah right! cheers BruceM said: You could have changed the label's Caption property: Me.LabelName.Caption = "Caption Text" Click to expand...