I have 3 textboxs with a command button besides each of them on a "add_order_f" form in which when clicked will open the form "search_user_f". After the user has chosen a particular record in the "Search_user_f", the user_code of that record will be extracted into the "add_order_form".
My question is:
How can I check for which button among the 3 buttons, the user has clicked after the "add_order_form" is open? So that I can write the user_code chosen in the "search_user_f" to the corresponding textbox.
Thx for your kind assistance.
My question is:
How can I check for which button among the 3 buttons, the user has clicked after the "add_order_form" is open? So that I can write the user_code chosen in the "search_user_f" to the corresponding textbox.
Thx for your kind assistance.