S
SF
Hi,
I have a general contact search form that will easy to locate name, location
, telephone number from contact table. If the information is found, user can
click add bottun to add information for people who participate in social
event. I want to use the search form with another form called Monthly
Meeting, I can cal the search for from a button, no problem.
Now I need to decide what table to update based upon which form called to
search for to open. In this case, how can I pass the form name and ID of the
record to the search form so that the search know which table to update? Is
there a way to use ByVal or ByRef to detact which form?
SF
I have a general contact search form that will easy to locate name, location
, telephone number from contact table. If the information is found, user can
click add bottun to add information for people who participate in social
event. I want to use the search form with another form called Monthly
Meeting, I can cal the search for from a button, no problem.
Now I need to decide what table to update based upon which form called to
search for to open. In this case, how can I pass the form name and ID of the
record to the search form so that the search know which table to update? Is
there a way to use ByVal or ByRef to detact which form?
SF