I am very new the complicated world of Access and am trying to set up a database for contacts. Here's what I would like to happen:
I have a form (frmContactsAll) with a subform (see pic). The subform will have multiple records (contacts) for each company. The subform contains an overview of the client and I have another form (frmContactDetail) which holds several more fields of data for each specific client.
I would like to be able to double click on the clients name in the frmContactsAll form and it will open the specific record in the frmContactDetail form. I was able to set it up to open the frmContactDetail, but it is the first record of all contacts, for all firms.
I am assuming that I would need to create a query, but I need to know how to reference the record that I am double clicking on. I do not want a "pop up" to begin the query.
Thanks,
Mike
I have a form (frmContactsAll) with a subform (see pic). The subform will have multiple records (contacts) for each company. The subform contains an overview of the client and I have another form (frmContactDetail) which holds several more fields of data for each specific client.
I would like to be able to double click on the clients name in the frmContactsAll form and it will open the specific record in the frmContactDetail form. I was able to set it up to open the frmContactDetail, but it is the first record of all contacts, for all firms.
I am assuming that I would need to create a query, but I need to know how to reference the record that I am double clicking on. I do not want a "pop up" to begin the query.
Thanks,
Mike