hi everyone
I am trying to make a query for a search button which should bring a record as its original form not in its table form. at the moment I am using this query to get the record as table form:
[Forms]![F_Search]![combo1]
where combo1 is the search criteria box. This gives me the result in table form, but I want the result to show that form which I have used to enter the data for that particular record, so that if I want to edit the form, I can edit.
many thanks
Ash