I have some make-table queries which provide the source for some reports. The source for the queries is linked to another database which I have no control over. One field (age) is always displayed with five digits. So if the age was 19 - it would display 00019. This isn't a problem in the qureies, but when we're printing the reports I'd like to drop the preceeding zeroes so that the report will only say 19 rather than 00019. How can I do this on the report?
Any suggestions?
Any suggestions?