Re: =Min(DateField), =Max(DateField)

message from Wayne Morgan on 5 May 2004
As John requested, please post your actually command line. Also, to refer to
the controls on the form from within the report, set the control source of
the report's controls to something like

=Forms!Form_ReportDates.BDate

or to use this in a concatenated statement in a textbox on the report

="The BDate is: " & Forms!Form_ReportDates.BDate
 

Archived message: Re: =Min(DateField), =Max(DateField) (MS Access Error Message)