I have created a search query that allow users to search existed record in database.
The query work completely fine, and it gives me the data that I want when I fill in my criteria. However, the query result is not showed in a form, but show in a query window.
The form is like that
Company (drop down with a list of company)
Employee (drop down with a list of employee)
Program (drop down with a list of program)
Others (some other fields)
...
Go Query (a button)
How do I pass the query result into a form that I made? So the users can edit and update the record.