Is there a way to autoincrement default value in text box assuming data type as text without having to create table? i needed this to happen when form loads.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This cannot be done when a form is opened, so you would need to call this Sub (located in a Module) to open the form:
You will need to change the form name “Form1” and TextBox name “Text0” to your names.