Hello. I have a form which I am using to create a pseudo search engine for my database. Users enter search criteria via unbound text boxes. The information the user enters is sent to a query to search my database for records. results are displayed in a datasheet view in a subform. (which is essentially showing the query results)
I would like to be able to click a record in the subform datasheet, and have additional information about that record (fields) appear on the form.
any ideas?
I would like to be able to click a record in the subform datasheet, and have additional information about that record (fields) appear on the form.
any ideas?