B
Bill_S
How do I truncate the rightmost two digits of every data field in my Access
table?
table?
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?