If it is truly a number you can do this --
Int([YourField]/100)
If it is a text field then do this --
Left([YourField], Len([YourField])-2)
--
KARL DEWEY
Build a little - Test a little
RickJ said:
Could someone please give me the syntac for this? Thanks.