I have a table with company admin data (company name, address, phone...) bound to a form. Within the form, I also have a combo box with a list of company names in the table. I want to be able to:
1. Pull up any company by using the combo box, and
2. Search for a company by using CTRL-F within the company name field
Without #2, I can simply create a query that pulls the desire company from the combo box selection, but if a query is used, I lose the CTRL-F functionality because the query only return 1 specific record.
Question: how can I tell the form to go to a specific record without the use of a query?
(Hope I'm making sense here...) TIA!
1. Pull up any company by using the combo box, and
2. Search for a company by using CTRL-F within the company name field
Without #2, I can simply create a query that pulls the desire company from the combo box selection, but if a query is used, I lose the CTRL-F functionality because the query only return 1 specific record.
Question: how can I tell the form to go to a specific record without the use of a query?
(Hope I'm making sense here...) TIA!