J
Josh
HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE RANGE
RANGEJosh said:HOW DO I CAREATE A REPORT THAT PULLS INFORMATION FOR A SPECIFFIC DATE
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
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
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