Hi, I'm having a problem searching certain criteria and displaying it in my form.
My database is set up as having a table of contacts, with a contactID. There are also 4 tables of calls (call1, call2...), each linked to contacts with contactID.
My form displays the contact information, as well as 4 subforms for the calls.
I set it up so that the contactID for the calls would change when the contactID for the main form changed, so that the call information for that contact would show the right contact's calls.
I also have a search that searches the information of the calls, but obviously displays all of the calls and the contact information for the records meeting that criteria.
For example, I would want to find all of the contacts with their first call (Call 1) having an outcome of Left Message. I know how to filter the subform to do this, but how can I get the contacts with a Call1 result of Left Message.
I'm thinking there must be a way to get a list with the ContactID's and then somehow make the recordsource of the main form that list. I don't really know how to do this though.
I'm pretty new to Access, so can any one please help me out and give me an idea of how to do this? Thanks a bunch!