K
Keith
Hi All
Sorry if this is a really dumb question but I'm quite new to this.
I have a field in my db called "02_Title" (without the " of course).
Now this is not a problem, until I try to call the field to reference it in
a string in the coding of the form.
Example: strSubject = "Item: " & 02_Title & " (# " & ItemID & ")"
Now of course this keeps giving me an error on the _ in the field name.
Is there any way to get around this without changing my field as it is
heavily used in the forms of this DB?
Thanks all
Keith
Sorry if this is a really dumb question but I'm quite new to this.
I have a field in my db called "02_Title" (without the " of course).
Now this is not a problem, until I try to call the field to reference it in
a string in the coding of the form.
Example: strSubject = "Item: " & 02_Title & " (# " & ItemID & ")"
Now of course this keeps giving me an error on the _ in the field name.
Is there any way to get around this without changing my field as it is
heavily used in the forms of this DB?
Thanks all
Keith