how to remove Part Numbers with zeros in front (column with >200,000 records)

D

David Manero

Create a query from your lookup table and replace the code
field (assuming that's its name) with a calculation that
returns Val(
Code:
) if is numeric and [code] if not. Then
use the query instead of your lookup table. That should do
it.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top