Prefix in Field

  • Thread starter Thread starter May
  • Start date Start date
M

May

I have a field that consists of account numbers. Every
number starts with HCT - Example: HCT123, HCT234, HCT345,
etc. How can I set it so if I enter 123, the field is
populated with HCT123?

Thank you and Happy Thanksgiving
 
May said:
I have a field that consists of account numbers. Every
number starts with HCT - Example: HCT123, HCT234, HCT345,
etc. How can I set it so if I enter 123, the field is
populated with HCT123?

Thank you and Happy Thanksgiving

If it's *always* "HCT-" then it does not need to be stored. You can simply
set the format property to...

"HCT-000"
 
Un caramelito de menta? TE CANTA EL ALIENTO !!!
 

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