Copy Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Records in my table are as follow ;

Acct No
---------
00100-25-1234
00104-27-1234

Question

I want to add new field in my table and to copy first 5 digit (eg 00100)
from Acct No field.

What will be the best approach.

TQ
 
I don't think you necessarily need to include an extra field in the table
(but would depend on the reason). Put the following into a query:

Acct: Left([Acct No],5)
 

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

Back
Top