So i decided to add a quick links combo on my Main switchboard to allow the user quick access to any form.
Please see the attached file,.. this is easy to implement,..
Create a Combo,.. set the Row Source Type to "Value List"
Set your Row Source Values
Then Set the column Count to 2Code:I.e. 1;"FormName1";2;"FormName2";3;"FormName3"
and the Bound Column to 2
then either with a command button or the after update of the combo insert the following code.
Code:DoCmd.OpenForm Me.ComboName, , , stLinkCriteria



LinkBack URL
About LinkBacks

Reply With Quote
Bookmarks