Why does activating onscreen keyboard cause vba to launch?

martlewis

Registered User.
Local time
Today, 17:45
Joined
May 3, 2011
Messages
20
I'm using a tablet pc to create invoices and capture input. When I'm in a form and I click on the link on my desktop to pop-up the on-screen keyboard,for some reason access launches VBA and switches to that.

Has anyone got any idea how to stop this? Last thing I need is a user creating an invoice to suddenly be confronted by VBA.
 
Does this happen every time, or only after you've made changes or already had the VBA screen open?

Possibly fixes, compile it to an MDE/ACCDE and you won't be able to open the VBA screen any longer. If it has to be an MDB/ACCDB you could put a password on the VBA project, this may not prevent it from trying to open, but at least they won't be able to open it.
 
I know discover it only happens when I've already had VBA open. Just coincidence that I've not opened it without first having done some VBA. Thanks for shedding light on that one.
 

Users who are viewing this thread

Back
Top Bottom