Error message when running a report from prompt form

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

I have a report that runs from a prompt form that has two controls for date
parameters. The report runs fine on my machine but when another user tries
to run the report they get this error message

"You entered an expression that has an invalid reference to the property
visible
The property may not exist or may not apply to the object you specified"

Can anyone tell me where to start looking for the reason why they are
getting this error and I'm not?

Thanks
Tony Williams
 
Compare your VBA References to those on the offending machine. This sounds
like a Reference problem.
 
Back
Top