PlasticMonster
Registered User.
- Local time
- Today, 21:06
- Joined
- Aug 21, 2012
- Messages
- 30
I'm sure this is easy but I'm properly stuck
I am making a database that processes access control requests for a large building.
I need to filter what is a valid request between two dates.
Requests come in with an access from and an access to text box on the table.
I can get it to filter on any one of these but when they are both combined if either is true (and they always are with my between check) then I get everything.
How do I demand that both of these criteria are true, I'm sure it's an and needed somewhere..... I played with adding another hidden column to the query to ask if both were true but on opening or refreshing it wanted me to tell it!!!!
I am making a database that processes access control requests for a large building.
I need to filter what is a valid request between two dates.
Requests come in with an access from and an access to text box on the table.
I can get it to filter on any one of these but when they are both combined if either is true (and they always are with my between check) then I get everything.
How do I demand that both of these criteria are true, I'm sure it's an and needed somewhere..... I played with adding another hidden column to the query to ask if both were true but on opening or refreshing it wanted me to tell it!!!!