Creating a Date Range in a Query & Report

R

ricseb

I've been requested to create a report with a date range. I've created a
query from two tables that have a "Start Date" & a "Completion Date" record.
For example, what expression/operator/criteria would one suggest to
accomplish creating a "Date Range" in a report of the number of a product
that was installed over a period of time using these two records?

Thanks.

R. Sebastian
 
R

RBear3

So you want to see all the records where the item was completed between two
dates?

Just put criteria under the completion date of...

Between [Enter Start Date] and [Enter End Date]
 
R

ricseb

thanks a lot. I'll try that & let U know the results.

ricseb

RBear3 said:
So you want to see all the records where the item was completed between two
dates?

Just put criteria under the completion date of...

Between [Enter Start Date] and [Enter End Date]


--
Hope that helps!

RBear3
..

ricseb said:
I've been requested to create a report with a date range. I've created a
query from two tables that have a "Start Date" & a "Completion Date"
record.
For example, what expression/operator/criteria would one suggest to
accomplish creating a "Date Range" in a report of the number of a product
that was installed over a period of time using these two records?

Thanks.

R. Sebastian
 
R

ricseb

This creates a Parameter Query, which is not what I'm trying to do. I need
the report to show a date range based on the query which is getting info from
two records: [START DATE] and [COMP DATE]. Any suggestions without using a
parameter query?

Thanks.

ricseb

RBear3 said:
So you want to see all the records where the item was completed between two
dates?

Just put criteria under the completion date of...

Between [Enter Start Date] and [Enter End Date]


--
Hope that helps!

RBear3
..

ricseb said:
I've been requested to create a report with a date range. I've created a
query from two tables that have a "Start Date" & a "Completion Date"
record.
For example, what expression/operator/criteria would one suggest to
accomplish creating a "Date Range" in a report of the number of a product
that was installed over a period of time using these two records?

Thanks.

R. Sebastian
 
D

Duane Hookom

Your question is quite confusing. Can you share table and significant field
names and possibly some data? Then explain what you want displayed in your
report.

--
Duane Hookom
Microsoft Access MVP


ricseb said:
This creates a Parameter Query, which is not what I'm trying to do. I need
the report to show a date range based on the query which is getting info from
two records: [START DATE] and [COMP DATE]. Any suggestions without using a
parameter query?

Thanks.

ricseb

RBear3 said:
So you want to see all the records where the item was completed between two
dates?

Just put criteria under the completion date of...

Between [Enter Start Date] and [Enter End Date]


--
Hope that helps!

RBear3
..

ricseb said:
I've been requested to create a report with a date range. I've created a
query from two tables that have a "Start Date" & a "Completion Date"
record.
For example, what expression/operator/criteria would one suggest to
accomplish creating a "Date Range" in a report of the number of a product
that was installed over a period of time using these two records?

Thanks.

R. Sebastian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top