andrey_anikin
Registered User.
- Local time
- Today, 13:44
- Joined
- Jan 3, 2008
- Messages
- 31
Gentlemen,
I have an issue with the scope of a recordset. I declare it as Public in the General Declarations section of a form module, and it works fine throughout that module; then I need to use it in another form module - and here's where the problems begin: it looks like Acsess just doesn't see that object if I refer to it from a different form module than its original one. What am I doing wrong and is there a way out?
Thanks in advance!
I have an issue with the scope of a recordset. I declare it as Public in the General Declarations section of a form module, and it works fine throughout that module; then I need to use it in another form module - and here's where the problems begin: it looks like Acsess just doesn't see that object if I refer to it from a different form module than its original one. What am I doing wrong and is there a way out?
Thanks in advance!