chickenwings23
Member
- Local time
- Today, 17:59
- Joined
- Jun 3, 2022
- Messages
- 38
Hello! Need some help regarding a TextBox within a form that needs to be populated already whenever a user enters the form and can add additional information within the text box.
For example, a TextBox in the MainForm must have "ABCDEF" inside of it by Default and can't be removed/backspaced out.
But the user can continue to add more numbers to it "ABCDEF-123" and save it to the subform.
I am not sure if this is possible within the property sheet or VBA code. Thanks for any ideas, feedback, or suggestions!
For example, a TextBox in the MainForm must have "ABCDEF" inside of it by Default and can't be removed/backspaced out.
But the user can continue to add more numbers to it "ABCDEF-123" and save it to the subform.
I am not sure if this is possible within the property sheet or VBA code. Thanks for any ideas, feedback, or suggestions!