DATE RANGE

R

Rick B

include the date range in your query criteria. If you want to pull all
records with a "sold date" for example, put the following in the criteria of
your query under the sold date...

Between [EnterStartDate] and [EnterEndDate]


or something similar.


Rick B


Josh said:
HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE
RANGE
 
J

Josh

I want the user to pick the date though

Rick said:
include the date range in your query criteria. If you want to pull all
records with a "sold date" for example, put the following in the criteria of
your query under the sold date...

Between [EnterStartDate] and [EnterEndDate]


or something similar.


Rick B


HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE

RANGE
 
R

Rick B

Did you try this?

It would allow the user to enter the date.

That is what those two items in brackets are


Josh said:
I want the user to pick the date though

Rick said:
include the date range in your query criteria. If you want to pull all
records with a "sold date" for example, put the following in the criteria of
your query under the sold date...

Between [EnterStartDate] and [EnterEndDate]


or something similar.


Rick B


HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE

RANGE
 
J

Josh

what would i do if the field was yes or no


Rick said:
Did you try this?

It would allow the user to enter the date.

That is what those two items in brackets are


I want the user to pick the date though

criteria of
your query under the sold date...

Between [EnterStartDate] and [EnterEndDate]


or something similar.


Rick B




HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE

RANGE
 
Top