I'll hopefully make this as clear and concise as I can.
BACKGROUND: I have a scheduling database with multiple tables. One table holds the requests, and one table holds the contacts that are associated with a request. Relationship between requests and contacts is 1 to many.
Requests are entered on a main form which also contains a subform for the contacts. Requests can be edited on the EditRequest form which is a carbon copy of the main form, only with a few more buttons.
A search form uses VBA code to build search parameters querying several fields (first name, last name, event title, topic, event data, etc). If a result is found, the EditRecord form will open with the request matching the criteria.
ISSUE: When searching fields that are on the main EditRecord form, the search works properly, and displays the records matching the criteria. However when I search for fields from the SubForm (first and last name), no records are generated.
I need help figuring out how to search and display the records found in either the subform or the main form. I've attached a ZIP of the database. Any ideas, suggestions, solutions, or alternatives will be GREATLY appreciated. Thank you!
BACKGROUND: I have a scheduling database with multiple tables. One table holds the requests, and one table holds the contacts that are associated with a request. Relationship between requests and contacts is 1 to many.
Requests are entered on a main form which also contains a subform for the contacts. Requests can be edited on the EditRequest form which is a carbon copy of the main form, only with a few more buttons.
A search form uses VBA code to build search parameters querying several fields (first name, last name, event title, topic, event data, etc). If a result is found, the EditRecord form will open with the request matching the criteria.
ISSUE: When searching fields that are on the main EditRecord form, the search works properly, and displays the records matching the criteria. However when I search for fields from the SubForm (first and last name), no records are generated.
I need help figuring out how to search and display the records found in either the subform or the main form. I've attached a ZIP of the database. Any ideas, suggestions, solutions, or alternatives will be GREATLY appreciated. Thank you!