Truncate right two digits

B

Bill_S

How do I truncate the rightmost two digits of every data field in my Access
table?
 
S

Steve Schapel

Bill,

If I understand you correctly, you could make and run an Update Query to
update eah such field to...
[TheNumber]\100

If that doesn't do the trick, please post back with more details and
examples.
 
B

Bill_S

THANK YOU!

Steve Schapel said:
Bill,

If I understand you correctly, you could make and run an Update Query to
update eah such field to...
[TheNumber]\100

If that doesn't do the trick, please post back with more details and
examples.

--
Steve Schapel, Microsoft Access MVP


Bill_S said:
How do I truncate the rightmost two digits of every data field in my Access
table?
 
Top