M
Martin
Well, I’m working on Access 2003. I’m trying to change the text shown on a
label, that change depends on some control’s value. I used the Form_Current
event. My code has the following shape:
Me.lblHeader.Caption=â€XXXXXXXâ€
Surprisingly, it doesn’t work. With other forms it does but not with this
one.
Any of you know what could be wrong? Is there a property straight-line
linked to this that I might have changed and it's preventing my code to run
properly?
Any help is highly appreciated… thank you very much
label, that change depends on some control’s value. I used the Form_Current
event. My code has the following shape:
Me.lblHeader.Caption=â€XXXXXXXâ€
Surprisingly, it doesn’t work. With other forms it does but not with this
one.
Any of you know what could be wrong? Is there a property straight-line
linked to this that I might have changed and it's preventing my code to run
properly?
Any help is highly appreciated… thank you very much