Open one form with different queries

S

Sash

Is it possible to open one form using a different query depending on what
button the user selects. For example:

Sort High/Low
Sort Old/New
Search MRN
Search Account#
Search SSN

I should also mention that this form has a subform.
 
S

Sash

Got it. Below is what I put behind a button on the form for Sort High/Low and
it filters using a query.

Dim stHighLow As String
stHighLow = "SortHighLow"
DoCmd.ApplyFilter stHighLow
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top