Add ABC to The Text box when contain Number

  • Thread starter Thread starter Fredg
  • Start date Start date
F

Fredg

If you are doing this in a form, code the Control's AfterUpdate event:
[ControlName] = "ABC" & [ControlName]
 
Thank you For your help
I have text box in a form I want when I type in the text box any Number for
example 33 the text box add ABC to The text box. Now the Value of the text
box is ABC33
This post is sended also to Query section
 
Thank you for your help and answer:
Your solution is work but with text and Number I want use this Solution only
If Text box conatain only NUMBER..
If the value of the text box is text don't add "ABC"
 
Back
Top