T
Tara
I have a form (frmClientInfo) that displays basic client information...name,
address, etc. On the form, I used the wizard to create a search button so
that the user could enter a client's last name and easily find the record
they wanted. Now, I'm being asked to add a second command button that will
search through the Client's children and then pull up the correct Client
information. In this way, if a child's name was known but not the parent's
name, the correct parent (Client) information would be retrieved. The
child's information is held in a separate table (tblChildInfo) and is linked
to the Client table via a second table (tblCaseInfo) with an ID Number. Can
a search like this be done from the frmClientInfo form? How would I code
this?
Thanks!
address, etc. On the form, I used the wizard to create a search button so
that the user could enter a client's last name and easily find the record
they wanted. Now, I'm being asked to add a second command button that will
search through the Client's children and then pull up the correct Client
information. In this way, if a child's name was known but not the parent's
name, the correct parent (Client) information would be retrieved. The
child's information is held in a separate table (tblChildInfo) and is linked
to the Client table via a second table (tblCaseInfo) with an ID Number. Can
a search like this be done from the frmClientInfo form? How would I code
this?
Thanks!