D
David
I have to modify a very complex database.
Currently a form allows a begin and end date to be
selected for reporting.
In every report this system handles this is no problem.
In the new report I'm writing the begin and end dates MUST
span exactly 8 weeks. There is NO error processing on the
report parameter screen since everything is selectd from
listboxes.
So, I'm allowing entry of the END DATE only and
calculating back to force the starting date.
HOWEVER, the report queries all refer to the dates via
functions BeginDate() and EndDate() which refer directly
to the form values. How do I force this value to be my 8-
week span? I have to set the Begin Date based on the End
Date in the form control after the form has been processed.
Is this possible ?? The form control for the Begin Date
has ENABLED set to FALSE to prevent data entry.
I'm no Access wizard and I'm using Access 2K.
Currently a form allows a begin and end date to be
selected for reporting.
In every report this system handles this is no problem.
In the new report I'm writing the begin and end dates MUST
span exactly 8 weeks. There is NO error processing on the
report parameter screen since everything is selectd from
listboxes.
So, I'm allowing entry of the END DATE only and
calculating back to force the starting date.
HOWEVER, the report queries all refer to the dates via
functions BeginDate() and EndDate() which refer directly
to the form values. How do I force this value to be my 8-
week span? I have to set the Begin Date based on the End
Date in the form control after the form has been processed.
Is this possible ?? The form control for the Begin Date
has ENABLED set to FALSE to prevent data entry.
I'm no Access wizard and I'm using Access 2K.