Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / October 2007

Tip: Looking for answers? Try searching our database.

can I use a hyperlink to open a specific form?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
kim.in.denver - 31 Oct 2007 22:25 GMT
I created a hyperlink that opens that database itself but really need it to
open a specific form within that databse.
Ofer Cohen - 31 Oct 2007 23:58 GMT
You can use reference from  MDB1 to MDB2, so MDB1 will recognise all the
functions in MDB2.
Open MDB1, when you are in code (any where), select tools, reference. browse
and select MDB2.
You will notice that MDB1 recognise all the functions in the modules, but it
wont recognise forms, reports, macros etc, so if for example you want to open
a form MDB2 From MDB1, create a function in MDB2 that open the form, and then
call that
function from MDB1

That way you wont open another MDB, and it will look like the form is
located in MDB1

Signature

Good Luck
BS"D

> I created a hyperlink that opens that database itself but really need it to
> open a specific form within that databse.
BrerGoose - 01 Nov 2007 00:05 GMT
Maybe you can use command line arguments in the hyperlink when you launch.
Use /cmd STARTFORM.  Then, in your AUTOEXEC or startup routine, use the
"Command" function to return the argument, and open the form desired.

Signature

BrerGoose
Moose-Tech Software:
http://ourworld.compuserve.com/homepages/webspace/MTS/Home.htm

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.