wh00t
Registered User.
- Local time
- Today, 09:15
- Joined
- May 18, 2001
- Messages
- 264
Hi
I am trying to open a report based on information entered into a form.
maybe this can be done through the underlying query, but I get an error message saying it's either wrong syntax or too complex
2 fields on form
StartDate - set as date
NoDays - set as integer
the criteria I would like to open the report with is..
Between StartDate And EndDate
EndDate being StartDate + NoDays
and advice?
I am trying to open a report based on information entered into a form.
maybe this can be done through the underlying query, but I get an error message saying it's either wrong syntax or too complex
2 fields on form
StartDate - set as date
NoDays - set as integer
the criteria I would like to open the report with is..
Between StartDate And EndDate
EndDate being StartDate + NoDays
and advice?