V VWP1 Jan 10, 2010 #1 I am in one of my Access database files, and wish to use a command button to open another database file. How is this done?
I am in one of my Access database files, and wish to use a command button to open another database file. How is this done?
T Tom van Stiphout Jan 10, 2010 #2 On Sat, 9 Jan 2010 21:00:01 -0800, VWP1 There are several ways. Perhaps the simplest is using the Shell function. Check the help file. -Tom. Microsoft Access MVP
On Sat, 9 Jan 2010 21:00:01 -0800, VWP1 There are several ways. Perhaps the simplest is using the Shell function. Check the help file. -Tom. Microsoft Access MVP
F fredg Jan 10, 2010 #3 I am in one of my Access database files, and wish to use a command button to open another database file. How is this done? Click to expand... Here is one method: Application.FollowHyperlink "c:\PathToDatabaseFolder\MyDatabase.mdb"
I am in one of my Access database files, and wish to use a command button to open another database file. How is this done? Click to expand... Here is one method: Application.FollowHyperlink "c:\PathToDatabaseFolder\MyDatabase.mdb"