A
Aaron
Hello,
I need a user to enter data in a text field on a form in the following
format; "ABC - 123".
I have coded the input mask using VBA as such,
Me!Standard.InputMask = "LLL\ \-\ 000"
Where 'Standard' is the text field on a form which has a control source
called Standard from a table.
When the user inputs the data in the Standard field, the input mask works as
desired but for some reason the Standard is saved in the table in a different
format. The text is saved in the table as "ABC123" rather than "ABC - 123".
For some reason the " - " is getting cut out. The 'Standard' field in the
table is a text field. I am using MS Access 2003 with SP3 installed.
Thank You for your time and effort in advance,
Aaron
I need a user to enter data in a text field on a form in the following
format; "ABC - 123".
I have coded the input mask using VBA as such,
Me!Standard.InputMask = "LLL\ \-\ 000"
Where 'Standard' is the text field on a form which has a control source
called Standard from a table.
When the user inputs the data in the Standard field, the input mask works as
desired but for some reason the Standard is saved in the table in a different
format. The text is saved in the table as "ABC123" rather than "ABC - 123".
For some reason the " - " is getting cut out. The 'Standard' field in the
table is a text field. I am using MS Access 2003 with SP3 installed.
Thank You for your time and effort in advance,
Aaron