G
Guest
I have a text box that I want to report a certain field for most records in a
query, but when it gets to certain records it needs to report another field.
Therefore I have put an IIF statement into the textbox. It produces "#error".
While troubleshooting it I realized that the second I put the field into a
formula it produces an error, even if there's not really any calculation.
What I mean is, if I put this:
FIELDNAME
in the control source it works fine. If I put this:
=[FIELDNAME]
in the control source it immediately produces an error.
I think I'm overlooking something pretty simple here, but it's got me stumped.
Thanks,
Graham
query, but when it gets to certain records it needs to report another field.
Therefore I have put an IIF statement into the textbox. It produces "#error".
While troubleshooting it I realized that the second I put the field into a
formula it produces an error, even if there's not really any calculation.
What I mean is, if I put this:
FIELDNAME
in the control source it works fine. If I put this:
=[FIELDNAME]
in the control source it immediately produces an error.
I think I'm overlooking something pretty simple here, but it's got me stumped.
Thanks,
Graham