mdurschlag
New member
- Local time
- Yesterday, 19:31
- Joined
- Mar 6, 2012
- Messages
- 9
I am trying to prevent display of the first character in a field, but only if the first character is a zero. So for example, I have a field named ContainerSize, and some of the data listed in the underlying table are as follows:
05 mL
30 mL
05 mL ID
10 mL ID
I would like to have the data appear in my report as:
5 mL
30 mL
5 mL ID
10 mL ID
I cannot seem to find the right combination of functions to do this. Any suggestions?
Thank you.
05 mL
30 mL
05 mL ID
10 mL ID
I would like to have the data appear in my report as:
5 mL
30 mL
5 mL ID
10 mL ID
I cannot seem to find the right combination of functions to do this. Any suggestions?
Thank you.