G
Guest
Hi there
I am having a problems with extracting values from text field. I have text
field (called part number) in my access table. When I extract either in
report or email, it convert itself to date format. Example the value is
4218-06, it will change into 6/1/4218. just look like a date. anyone has any
idea or help me? Appreciate it very much.
Field is Text. Value is 4218-06
Below is my code
"Part # : " & Trim(stpn) & " Qty " & stpoqty & Chr$(13) & Chr$(13) &
Results
Part # : 6/1/4218 Qty 1
I am having a problems with extracting values from text field. I have text
field (called part number) in my access table. When I extract either in
report or email, it convert itself to date format. Example the value is
4218-06, it will change into 6/1/4218. just look like a date. anyone has any
idea or help me? Appreciate it very much.
Field is Text. Value is 4218-06
Below is my code
"Part # : " & Trim(stpn) & " Qty " & stpoqty & Chr$(13) & Chr$(13) &
Results
Part # : 6/1/4218 Qty 1