I have created a seperate form that comes up from a button off of my main form which is based off of a query with parameters that can find a record in the database. But now I'd like the ability to have them just click on a button that will open that record in my main form and then close itself.
How can I do that?
It would only need to reference one field, the primary key in the table which is called case_id.
How can I do that?
It would only need to reference one field, the primary key in the table which is called case_id.