I am getting a non fatal Syntax Error when I try to update a label with a field which starts with an '=' sign.
THISFORM.lblSomeLabel.Caption=ALLTRIM(SomeCharacterField)
where the value of SomeCharacterField is '='
Other than validating ALL my fields for this value (and who knows what other characters will generate this error) does anyone have any idea why this is happening?
Thanks in Advance
Bruce Sharland
THISFORM.lblSomeLabel.Caption=ALLTRIM(SomeCharacterField)
where the value of SomeCharacterField is '='
Other than validating ALL my fields for this value (and who knows what other characters will generate this error) does anyone have any idea why this is happening?
Thanks in Advance
Bruce Sharland