S
strive4peace
Try using Me.Filter as the WhereCondition clause of the
OpenReport action
You can use the same filter for the report and the form IF
the controlname(s) in the form filter {is a |are}
fieldname(s) in the report recordset...
If you are getting prompted for a parameter, that is most
likely because the report definition does not contain a
specified filter field in its RecordSet.
List the fields in the report design view -->
(from the menu --> View, Fieldlist)
These are the fields in the report recordset that can be
used for filtering. Is everything you are using for a
filter available?
Warm Regards,
Crystal
Microsoft Access MVP 2006
remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day
OpenReport action
You can use the same filter for the report and the form IF
the controlname(s) in the form filter {is a |are}
fieldname(s) in the report recordset...
If you are getting prompted for a parameter, that is most
likely because the report definition does not contain a
specified filter field in its RecordSet.
List the fields in the report design view -->
(from the menu --> View, Fieldlist)
These are the fields in the report recordset that can be
used for filtering. Is everything you are using for a
filter available?
Warm Regards,
Crystal
Microsoft Access MVP 2006
remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day
