If the numbers are always first, create a query, and type this into the
field row:
Val(Nz([F1], "0"))
After verifying that this give the right results, you can turn it into a
Make Table query, along with the other fields you want. Make Table is on the
Query menu, in query design view.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Reply to group, rather than allenbrowne at mvps dot org.
den said:
I have a field "0002222 Catheter". I need to create a table that just pulls
out the 2222. I thought I could truncate somehow?