G
Glenn
Here is the scenario:
I want to change the Input Mask on a textbox every time a
new category is chosen in a combobox. This mask is an
asset tracking number where all I want the user to enter
is the number of the product.
example - Asset Number: BN-0000-COM
User would enter the number - 0023
The data entered into the database would be: BN-0023-COM
I can create an inputmask on the form in the textbox, but
I don't want to create 40 different textboxes to be
displayed when a certain option is selected.
Does anyone know how to do the above in VBA code so that
all I have is a bunch of IF statements under the
Combobox????
Thanx for your time,
Glenn
I want to change the Input Mask on a textbox every time a
new category is chosen in a combobox. This mask is an
asset tracking number where all I want the user to enter
is the number of the product.
example - Asset Number: BN-0000-COM
User would enter the number - 0023
The data entered into the database would be: BN-0023-COM
I can create an inputmask on the form in the textbox, but
I don't want to create 40 different textboxes to be
displayed when a certain option is selected.
Does anyone know how to do the above in VBA code so that
all I have is a bunch of IF statements under the
Combobox????
Thanx for your time,
Glenn