ADD A AT THE Beginning

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

Guest

Hi,

I need to add "A" TO THE begining of some numbers,

How do i do this

Thanks
 
Hi,

I need to add "A" TO THE begining of some numbers,

How do i do this

"A" is not a numeric digit. It cannot be added to a Number type field
without causing an error.

If your "numbers" are identifiers which happen to consist of numeric
digits stored in a Text field, you can update the field to

"A" & [fieldname]

in an Update query.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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