R
rdw1260
I have a combo box named Combo73. It displays the 2nd column of a query named
IssueCodesQuery. The actual data entered for example is 17.3000 or 01.1000. I
want my report to display 17.3 or 01.1. I have tried using the following in
the control source for the Combo73 with no success.
=LEFT([Combo73],4)
I should also mention that I have another combo control named Combo72 that
displays the 3rd column of the query named IssueCodesQuery. Combo73 and
Combo72 have their control source as: Expr1.
Thanks for the help
IssueCodesQuery. The actual data entered for example is 17.3000 or 01.1000. I
want my report to display 17.3 or 01.1. I have tried using the following in
the control source for the Combo73 with no success.
=LEFT([Combo73],4)
I should also mention that I have another combo control named Combo72 that
displays the 3rd column of the query named IssueCodesQuery. Combo73 and
Combo72 have their control source as: Expr1.
Thanks for the help