Adding A Filter To A Simple Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I anm trying to add a greater than/less than formula to my query. The field I
am trying to filter is named "Time"

The data looks as so:

93000
93020
93040
93050

I would like to add a formula to my query that will allow me to filter down
to the data bewtween 2 times (for example between 93015 and 93045). If
possible, I would like to be prompted to enter the 2 times when the query is
run.

Thank you in advance.
 
Try this

Select * From TableName Where [Time] Between [Enter start time:] And [Anter
End Time:]
 

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

Similar Threads

Filter a formula 1
Special Filter In My Query 2
Query Filter 6
Simple query? 13
Filter within a report 4
Can a query used as a filter have a sub-query? 10
Converting Times 4
Nested Iif Formula Question 3

Back
Top