Hello

LavaNoor

New member
Local time
Today, 21:50
Joined
Oct 30, 2016
Messages
3
Dear All,

I am a new member. I have to learn some vba access code. I want to put only number in TextBox and only string in TextBox. please, I appreciate you help me about that.

Regards,
 
welcome to the forum. Your question is to vague to be answered beyond

in a vba sub of function

for numbers put me.nameofcontrolhere=134545

for text put me.nameofcontrolhere="abcdef"

not the use of the quotation marks for text
 

Users who are viewing this thread

Back
Top Bottom