K
Karen
Hi,
I have created a form that allows the user the enter beginning and ending
dates for a report. The form I am currently using was created from the
Microsoft Help topic called "Create a form to enter report criteria". I need
to add additional criteria to the form.
The report will also need to return records based on the length of the
characters entered into a particular field called Fund. Besides the date
range, Report Type 1 will return those records with Len([Fund])>4 and Report
Type 2 will return Len([Fund])<= 4. I am having difficulty with how to enter
the parameter into the underlying query.
I have created a form that allows the user the enter beginning and ending
dates for a report. The form I am currently using was created from the
Microsoft Help topic called "Create a form to enter report criteria". I need
to add additional criteria to the form.
The report will also need to return records based on the length of the
characters entered into a particular field called Fund. Besides the date
range, Report Type 1 will return those records with Len([Fund])>4 and Report
Type 2 will return Len([Fund])<= 4. I am having difficulty with how to enter
the parameter into the underlying query.