S sarahh851 New member Local time Today, 01:13 Joined Apr 7, 2011 Messages 1 Apr 7, 2011 #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?
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?
D DJkarl Registered User. Local time Yesterday, 19:13 Joined Mar 16, 2007 Messages 1,028 Apr 7, 2011 #2 If this is code running from within Access DoCmd.Quit should work.