DeveloperBarn Forums

DeveloperBarn

Programming & IT forum

Quick Links - Combo Open Forms

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 ...

Go Back   DeveloperBarn Forums > Databases > Microsoft Access > Access Database Samples

  #1  
Old June 4th, 2008, 08:46 AM
AOG123's Avatar
Lightning Master
 
Join Date: Mar 2008
Location: Fortress Of Solitude
Posts: 218
Rep Power: 5
AOG123 is a jewel in the roughAOG123 is a jewel in the roughAOG123 is a jewel in the roughAOG123 is a jewel in the rough
Default Quick Links - Combo Open Forms

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"
Then Set the column Count to 2
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
Attached Files
File Type: zip QuickLink Open Form.zip (62.5 KB, 74 views)
__________________
If i helped you, make me famous by clicking the

Status: Currently Unemployed - Looking for Work, Can be contacted on thethresher@hotmail.co.uk
Reply With Quote
The Following User Says Thank You to AOG123 For This Useful Post:
Rebelle (June 4th, 2008)
Reply

  DeveloperBarn Forums > Databases > Microsoft Access > Access Database Samples

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -4. The time now is 11:16 PM.


Copyright ©2008-2010, DeveloperBarn

Content Relevant URLs by vBSEO 3.3.2