R
Randy
I'm don't even know where to start on this one. I have a form where
the user is allowed to add one row at a time to a table via
textboxes. Imagine an order with an undefined number of items to be
selected at will by the user. The form has an empty textbox built
onto it where the user can select the first item. Once they do so (in
the textbox_validating event), a button appears giving them the option
to add another item to the order. If the user clicks the button, the
button_click event creates a new textbox and places it just below the
first textbox. This new textbox is where they will enter the data for
item #2.
What I need to do is to add some programming to the newly-created
textbox so that it is ready for a potential third item, and so on
until the user is done entering items. Is there a way to add code to
the form as the user is interacting with the form?
Thanks,
Randy
the user is allowed to add one row at a time to a table via
textboxes. Imagine an order with an undefined number of items to be
selected at will by the user. The form has an empty textbox built
onto it where the user can select the first item. Once they do so (in
the textbox_validating event), a button appears giving them the option
to add another item to the order. If the user clicks the button, the
button_click event creates a new textbox and places it just below the
first textbox. This new textbox is where they will enter the data for
item #2.
What I need to do is to add some programming to the newly-created
textbox so that it is ready for a potential third item, and so on
until the user is done entering items. Is there a way to add code to
the form as the user is interacting with the form?
Thanks,
Randy