BLADERUNNERSPS
New Member
- Joined
- Apr 14, 2005
- Messages
- 1
I am trying to link a query to a form to bring back information for the date the form is on. The current criteria in the query is as follows
Between ([Forms]![Form2]![FROM].[Caption]) And ([Forms]![Form2]![TO].[Caption])
Forms is a calendar and forms2 is a calendar
Forms is on 13/04/05 and forms2 is on 14/04/05
When the query is run data is being returned for the 13/04/05 and the 14/04/05 if I change forms to show the same day, some of the data is not retuned for that day.
Any advice greatly appreciated.
Between ([Forms]![Form2]![FROM].[Caption]) And ([Forms]![Form2]![TO].[Caption])
Forms is a calendar and forms2 is a calendar
Forms is on 13/04/05 and forms2 is on 14/04/05
When the query is run data is being returned for the 13/04/05 and the 14/04/05 if I change forms to show the same day, some of the data is not retuned for that day.
Any advice greatly appreciated.