Removing leading 0s

A

AccessIM

I am trying to link two tables using the field [PONumber]. My problem is
that in one table, the PO # includes leading zeros and does not in the one I
am trying to link to.

I searched the posts and found a way to remove leading spaces but it doesn't
work to remove zeros.

Is this possible?
 
D

Dale Fye

1. Since a numeric field will not include leading 0's, and a text field can,
the first question is: are the [PONumber] fields in both tables strings, or
only one?

2. Next, do all of the records in the table that include leading zeros have
a leading zero, or do some of them start with a non-zero number?

3. Lastly, what do you want to do with the data once you get the two tables
linked? If you just want to display the data, that's great. If you want to
be able to convert the SELECT statement to an UPDATE action query, then that
might change the way we can do the join.

--
HTH
Dale

email address is invalid
Please reply to newsgroup only.
 

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