How would one Break out of one's own run time programme? (1 Viewer)

RaptorRaptur

Member
Local time
Today, 21:59
Joined
May 15, 2021
Messages
60
Hi All
Is it feasible to create a "break out" routine in a run time version of my software, activated by say, ctrl, F5 and a Q, to allow me, the developer, to crash out of the app into an Access mode in a split database that under normal circumstances would not allow the users to do so?
if yes, I would appreciate some guidance as to how to do it.
Thank you,
Alan
 
If you are using runtime, then no, because runtime does not provide the Access user interface to break into.
 
How is this software being deployed?
1. as an ACCDB
2. as an ACCDE or ACCDR (renamed ACCDE)?

When running on the user's workstation, is it running on the full version of Access, or on the Access runtime?
 

Users who are viewing this thread

Back
Top Bottom