A
Audrey
Hi,
My main form holds a list of client, and on this form is a
button to search for existing clients. The search form
opens fine and finds the clients. What I'm trying to do
now is put a "Add to list" button on the search form so
the user can add the client he just found using the search
form to the list on the main form.
How can I be sure that the client is added to the right
project id?
I'm guessing I need to pass the project ID to my search
form so when I click "Add to list" I just add directly to
the table, but how can I pass this ID? Or is there a
better way to do this?
Thanks,
Audrey
My main form holds a list of client, and on this form is a
button to search for existing clients. The search form
opens fine and finds the clients. What I'm trying to do
now is put a "Add to list" button on the search form so
the user can add the client he just found using the search
form to the list on the main form.
How can I be sure that the client is added to the right
project id?
I'm guessing I need to pass the project ID to my search
form so when I click "Add to list" I just add directly to
the table, but how can I pass this ID? Or is there a
better way to do this?
Thanks,
Audrey