NickLes518
Registered User.
- Local time
- Today, 02:48
- Joined
- Mar 12, 2010
- Messages
- 11
I'm am trying to write criteria for a query to display records with a value between 2 numbers on my form. Also, if these boxes are Null, I want to display all records.
I have done a similar thing with all of my other criteria in the query. I used the criteria:
Like [Forms]![FormName].[ControlName] & "*"
Is there a way to do basically the same thing, but with a Between Statement??
I attached the database if that makes it easier to review.
I have done a similar thing with all of my other criteria in the query. I used the criteria:
Like [Forms]![FormName].[ControlName] & "*"
Is there a way to do basically the same thing, but with a Between Statement??
I attached the database if that makes it easier to review.