I have a Form that controls a report which, depending on radio button selection, runs a macro part of which is to set the Report Filter and Report FilterOn properties.
On running the form and it’s associated macros I get the error:
“the object you referenced in the Visual Basic procedure as an OLE object isn’t an OLE object”
I am using SetValue with [Reports]![Contact List (042)].[Filter] set to a given value and then SetValue for [Reports]![Contact List (042)].[FilterOn] set to a value of “Yes”” or “No” (or perhaps it wants the numeric value? anyway this isn’t the immediate problem)
Help indicates I should be able to set this Property so what am I doing wrong?
Many thanks…………………… liz