editted vba code to close access after hyperlink pressed

sarahh851

New member
Local time
Today, 01:13
Joined
Apr 7, 2011
Messages
1
i have put a hyperlink on my home page but i want it shut access once the hyperlink is pressed by editing the vba code, how do i do that?
 
If this is code running from within Access DoCmd.Quit should work.
 

Users who are viewing this thread

Back
Top Bottom