Hello, I have a basic report that I am generating from 4 linked tables. I want to be prompted for a BEGINNING DATE and ENDING DATE. The dates I enter at the parameter prompts fill in the date blanks in the Title, but I need them to automatically update my formula to capture the range of data I need. The Title gets updated properly, but formula dates don't.
By the sample below, can you tell me what I am doing incorrectly, or give me some tips on how I can do this easily? Thanks so much, Linn.
TITLE:TASK CHECK REPORT
COVERING ?begin THROUGH ?ending
{HRS.OFFICE} = 'W' and
{HRS.TASK}='FRB' and
({HRS.WEEKENDING} >= Date (?begin) and
{HRS.WEEKENDING} <= Date (?ending))
By the sample below, can you tell me what I am doing incorrectly, or give me some tips on how I can do this easily? Thanks so much, Linn.
TITLE:TASK CHECK REPORT
COVERING ?begin THROUGH ?ending
{HRS.OFFICE} = 'W' and
{HRS.TASK}='FRB' and
({HRS.WEEKENDING} >= Date (?begin) and
{HRS.WEEKENDING} <= Date (?ending))