B
Bill
One of my reports needs to set a filter and
"Requery" the RecordSource accordingly.
The filter expression is obtained via a public
variable, an O2K necessity with reports, but
when I code Me.Requery after having set
the filter the Me.Requery raises an error.
I tried passing the filter expression via the
DoCmd.OpenReport Where clause, but
that doesn't seem to work, or I don't have
the syntax correct?
E.g., "FamilyDuplex = " & GrpExp
Apparently the Requery method is not
valid in reports. How do I accomplish this
task?
Thanks,
Bill
"Requery" the RecordSource accordingly.
The filter expression is obtained via a public
variable, an O2K necessity with reports, but
when I code Me.Requery after having set
the filter the Me.Requery raises an error.
I tried passing the filter expression via the
DoCmd.OpenReport Where clause, but
that doesn't seem to work, or I don't have
the syntax correct?
E.g., "FamilyDuplex = " & GrpExp
Apparently the Requery method is not
valid in reports. How do I accomplish this
task?
Thanks,
Bill