G
Gunner
I have a database application where the user enters data into a form (Main
Form) and that data is used to search the database (Main Table). No problem
there using queries to do it.
What I'd like to do is have a button on the form the user could press that
would store the search parameters the user has entered for their search in a
separate table (StoredSearches). The form fields that they use for the
search are unbound and most are combo boxes tied to queries that allows the
user to select a default value.
Sort of build a table that tracks or stores the searches. I'd also really
like to allow the user to pull up the previous searches, clicking a button,
and repopulate the search fields using one of the previous searches.
Any idea how to approach this?
Thanks,
Scott
Form) and that data is used to search the database (Main Table). No problem
there using queries to do it.
What I'd like to do is have a button on the form the user could press that
would store the search parameters the user has entered for their search in a
separate table (StoredSearches). The form fields that they use for the
search are unbound and most are combo boxes tied to queries that allows the
user to select a default value.
Sort of build a table that tracks or stores the searches. I'd also really
like to allow the user to pull up the previous searches, clicking a button,
and repopulate the search fields using one of the previous searches.
Any idea how to approach this?
Thanks,
Scott