CrainBill,
Am currently developing a medium sized database client- server app that I have been planning to use a Windows Login as userID. Used your code and it is like greased lightning. Thanks for all your help.
just another grateful admirer.
[smile2]
Randy
This happens when your recordset becomes so large and Accesss runs out of memory. It gives you this error even though there is no one else operating the DB other than you. What works for me is to break down the recordsets into smaller bits. This adds coding but solves your problem. It also...
The easiest way for me to do is to do the ff:
1. docmd.openform "MyForm"
2. In the Form_Load module of the MyForm form, add the ff:
me.visible = false.
'What this does is it legally loads the form in its entirety with all the functions and procedures you write for it and then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.