Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

On Click Open Hyperlink and Close Current DB 2

Status
Not open for further replies.

cstuart79

Technical User
Joined
Nov 2, 2009
Messages
171
Location
US
Anyone have VBA code for opening another Access database (via hyperlink) and closing current Access database?
 
great stuff, but i'm using 2007 access
 
Something like this ?
Application.FollowHyperlink "\path\to\database.mdb"
Application.Quit

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
worked like a charm....thanx!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top