I have a parameter query developed where the user is being asked to enter license types. I want the user to enter license types separated by comma's in a text Box on an unbound field area and then place the types into a parameter query to select data based on these types entered.
For example. A text box appears, user enters
010,020,030,040,070,100,110,120,130,140,150
The user enters numbers in separated by commas.
These numbers are then placed in the parameter query automatically and data is then pulled for all of these types entered in as a button is pushed.
Also, I want to place an edit here too, where if the user tries to enter alphanumeric data in instead of numeric data, a error message will appear.
I am new to Visual Basic. I believe this can be done.
jjc3397
For example. A text box appears, user enters
010,020,030,040,070,100,110,120,130,140,150
The user enters numbers in separated by commas.
These numbers are then placed in the parameter query automatically and data is then pulled for all of these types entered in as a button is pushed.
Also, I want to place an edit here too, where if the user tries to enter alphanumeric data in instead of numeric data, a error message will appear.
I am new to Visual Basic. I believe this can be done.
jjc3397