R
RzB
I have the following statement ...
lngNum = Me.Parent.Controls!txtRecNum.Value
On my development PC all works just fine..
Installed on other machines I get an error...
RunTime Error 459
Object or class does not support the set of events.
Both machines at exactly the same Access level
Access 2002 - SP2 etc... References all OK.
What am I missing?
Many thanks,
Roy
lngNum = Me.Parent.Controls!txtRecNum.Value
On my development PC all works just fine..
Installed on other machines I get an error...
RunTime Error 459
Object or class does not support the set of events.
Both machines at exactly the same Access level
Access 2002 - SP2 etc... References all OK.
What am I missing?
Many thanks,
Roy