S
Scitea
Hi guys,
I am trying to sort out a form (linked to a query) for a database which will
allow the user to enter 3 criteria to filter records and view a report. The
criteria are;
1. Journal Name
2. Start Date (beginning of records the user is interested in, eg 01/01/08)
3. End Date (end of the records user is interested in, eg. 12/31/08)
I have set up the filters in the query as below (in the criteria section)
both in the same query;
1. [Forms]![Subscription Reports]![JournalName]
2. >=[Forms]![Subscription Reports]![StartDate] And <=[Forms]![Subscription
Reports]![EndDate]
There is also a field which calculates the difference days between the due
date and date received (
I have created a form with the relevant text boxes to filter, and when I try
to run the query to produce a report it always comes up blank (when there are
at least 63000 records to choose from!)
I can't figure out why this doesn't want to work.
Any help would be greatly appreciated,
Sci x
I am trying to sort out a form (linked to a query) for a database which will
allow the user to enter 3 criteria to filter records and view a report. The
criteria are;
1. Journal Name
2. Start Date (beginning of records the user is interested in, eg 01/01/08)
3. End Date (end of the records user is interested in, eg. 12/31/08)
I have set up the filters in the query as below (in the criteria section)
both in the same query;
1. [Forms]![Subscription Reports]![JournalName]
2. >=[Forms]![Subscription Reports]![StartDate] And <=[Forms]![Subscription
Reports]![EndDate]
There is also a field which calculates the difference days between the due
date and date received (
I have created a form with the relevant text boxes to filter, and when I try
to run the query to produce a report it always comes up blank (when there are
at least 63000 records to choose from!)
I can't figure out why this doesn't want to work.
Any help would be greatly appreciated,
Sci x