K
Kevbro7189
I have a Text field (WUC) that contains 2 to 6 digits I want another field to
look at the [WUC] and pick out the first two digits. I.E. “567HH†would be
“56†in the new field.
The Control Source that is not working for me is
=Left$(([WUC]),2)
Any Ideas on how to fix this?
look at the [WUC] and pick out the first two digits. I.E. “567HH†would be
“56†in the new field.
The Control Source that is not working for me is
=Left$(([WUC]),2)
Any Ideas on how to fix this?