Printing Report from Form Criteria

  • Thread starter Thread starter Deb Wolney
  • Start date Start date
D

Deb Wolney

Using Access 2000. Have a report which gets its data from
a crosstab query where the date criteria is pulled from a
form. Am getting the error message that the form field
name is not valid. The query runs fine when I put
specific dates in the query. What am I doing wrong???

All help greatly appreciated.
 
You must specify your parameter data types. Select Query|Parameters and
enter you exact criteria and select its data type.
Forms!frmA!txtMyControl Date/Time
 
Back
Top