D
Dwight
I have a form that has 6 textboxes and under each textbox is a command
button. I also have a product listbox on the form. I select a product from
the list box and then click the command button under the textbox that I want
the product id to be entered into.
I have created a function handle running edit checks and puts the product id
into the box. How do I pass the object name of the textbox to function? The
equivalent of using:
Me.TextboxName = strProductID
The "Me.TextboxName" will change depending on the button clicked
Thanks in advance!
Dwight
button. I also have a product listbox on the form. I select a product from
the list box and then click the command button under the textbox that I want
the product id to be entered into.
I have created a function handle running edit checks and puts the product id
into the box. How do I pass the object name of the textbox to function? The
equivalent of using:
Me.TextboxName = strProductID
The "Me.TextboxName" will change depending on the button clicked
Thanks in advance!
Dwight