Limiting size of entries

P

Paul S

We are scanning Fedex way builds and would like to have
the last 16 digits imputted into the field. There are 32
digits in total- any suggestions would be appreciated-
should I be looking at using the Expression Builder and
the "=Right" solution?
 
C

Cheryl Fischer

If you will always want the 16 right-most characters of the Fedex WayBill
No, then the Right() function looks like a pretty solid solution:

=Right([FedexWayBill], 16)
 
P

Paul S

Thanks Cheryl- Just 1 more ? do I insert this in the
control source?
-----Original Message-----
If you will always want the 16 right-most characters of the Fedex WayBill
No, then the Right() function looks like a pretty solid solution:

=Right([FedexWayBill], 16)

--
Cheryl Fischer
Law/Sys Associates
Houston, TX

Paul S said:
We are scanning Fedex way builds and would like to have
the last 16 digits imputted into the field. There are 32
digits in total- any suggestions would be appreciated-
should I be looking at using the Expression Builder and
the "=Right" solution?


.
 

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