G
Guest
Here's a simple one, for those of you who know the answer! I want to display
only the first three letters of the value of the "ProposalStage" field on a
report. Under Control Source, I entered the expression:
=Left([ProposalStage], 3)
It displays a blank field on the report. I've tried it with other fields
and got the same result --- blank. Am I inserting this expression in the
wrong place?
Thank you!
only the first three letters of the value of the "ProposalStage" field on a
report. Under Control Source, I entered the expression:
=Left([ProposalStage], 3)
It displays a blank field on the report. I've tried it with other fields
and got the same result --- blank. Am I inserting this expression in the
wrong place?
Thank you!