saschmeling
New Member
- Joined
- Jun 27, 2012
- Messages
- 39
Hi,
I am building a Query that requires the following:
ID
Separation Date (this is a criteria field- to minimize the results)
Department (Criteria field to find an individual department)
Reason
This query will feed into a report. I am also using a form to feed the Department Criteria because the department names are very long. I would like the Separation Date to pull from the same form but give me a range such as:
Criteria:
Between [enter a start date] and [enter an ending date]
I would like the start date and ending date to pull the information off of the form.
For the Department- I used a simple statement: [forms]![formName]![fieldName] to get the criteria. This is not working for the between statement.
Does anyone have any suggestions?
Thanks in advance.
Scott
I am building a Query that requires the following:
ID
Separation Date (this is a criteria field- to minimize the results)
Department (Criteria field to find an individual department)
Reason
This query will feed into a report. I am also using a form to feed the Department Criteria because the department names are very long. I would like the Separation Date to pull from the same form but give me a range such as:
Criteria:
Between [enter a start date] and [enter an ending date]
I would like the start date and ending date to pull the information off of the form.
For the Department- I used a simple statement: [forms]![formName]![fieldName] to get the criteria. This is not working for the between statement.
Does anyone have any suggestions?
Thanks in advance.
Scott