Be prompt from a View

  • Thread starter Thread starter Eleonora
  • Start date Start date
E

Eleonora

Hi,

I would like to be prompt for dates when running a report. I have a SQL View
with date_field and I would like to introduce the start date and end date on
a report or form so that the report will only show a chosen period.

What do I need to do to the SQL view?

TIA

Eleonora
 
Hi,

I would like to be prompt for dates when running a report. I have a SQL View
with date_field and I would like to introduce the start date and end date on
a report or form so that the report will only show a chosen period.

What do I need to do to the SQL view?

TIA

Eleonora

In the Date Field criteria line, write:
Between [Enter Start Date] and [Enter End Date]
 
Back
Top