ok heres my problem i want to use a combo box, which shows the clientid, lastname, firstname, to populate a form.
the form consists of multiple tables of information like: client, client address, and so on
the clientid last name and first name come from the client table
how do i code it to where i can click in a clientid in the cbo box and put the information about that client on the form...keeping in mind that i need it to pull info from multiple forms but they are all connected with the clientid field?
the form consists of multiple tables of information like: client, client address, and so on
the clientid last name and first name come from the client table
how do i code it to where i can click in a clientid in the cbo box and put the information about that client on the form...keeping in mind that i need it to pull info from multiple forms but they are all connected with the clientid field?