D
dhstein
I configured Access run time to run my database on other systems. It works
fine, but when I run a command which opens a query, the query stays open and
can't be closed. I believe this is an intended part of runtime to prevent
users from doing any damage, but how can I get around that? I guess one
possibility is to close the query when the mouse focus changes, but I'm not
sure it that's a VBA recognized event and maybe there is another/better idea.
Any suggestions are appreciated.
fine, but when I run a command which opens a query, the query stays open and
can't be closed. I believe this is an intended part of runtime to prevent
users from doing any damage, but how can I get around that? I guess one
possibility is to close the query when the mouse focus changes, but I'm not
sure it that's a VBA recognized event and maybe there is another/better idea.
Any suggestions are appreciated.