This is a discussion on Quick Links - Combo Open Forms within the Access Database Samples forums, part of the Microsoft Access category; So i decided to add a quick links combo on my Main switchboard to allow the user quick access to ...
| |||||||
|
#1
| ||||
| ||||
| 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 Code: 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
__________________ If i helped you, make me famous by clicking the ![]() Status: Currently Unemployed - Looking for Work, Can be contacted on thethresher@hotmail.co.uk |
| The Following User Says Thank You to AOG123 For This Useful Post: | ||
Rebelle (June 4th, 2008) | ||
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open Web Page | Jaykappy | Microsoft Access | 2 | May 14th, 2008 06:32 PM |
| VB6 MODAL and MODELESS forms? | theChris | Visual Basic Programming | 1 | April 22nd, 2008 08:41 PM |
| Maintaining Form Data after forms authentication timeout | richyrich | .Net Development | 13 | April 17th, 2008 01:28 AM |
| Dynamic Combo Maker | mehere | ASP Code Samples | 0 | March 28th, 2008 09:40 AM |