Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Drop Down List
Kevin Robertson 
          
2 years ago
I built a Drop Down List using a Combo Box and a Button (image below).
It's not perfect. You can still type in a value when the box is dropped down.
My example is using an unbound Form. If a needed on a bound Form add an On Current event to set the Caption of the Button equal to the display column of the Combo Box.
Kevin Robertson OP  @Reply  
          
2 years ago

Kevin Robertson OP  @Reply  
          
2 years ago
I changed this line of code cboAdvanceDate.Width = 4920

It now reads cboAdvanceDate.Width = CurrentDate.Width

I didn't want the width hardcoded so now it will always be the same width as the Text Box above it.
John Davy  @Reply  
         
2 years ago
Very nice! Thanks for sharing.  John
Kevin Robertson OP  @Reply  
          
2 years ago
UPDATE: I had to add some error handling to the After Update if the Combo Box is cleared.

Private Sub cboAdvanceDate_AfterUpdate()

    NewDate = CurrentDate + cboAdvanceDate
    If Not IsNull(cboAdvanceDate) Then
        btnAdvanceDate.Caption = cboAdvanceDate.Column(1)
    End If
    cboAdvanceDate.Width = 240
    cboAdvanceDate.Left = btnAdvanceDate.Left + btnAdvanceDate.Width
    btnAdvanceDate.SetFocus
    
End Sub

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/6/2026 9:23:19 PM. PLT: 1s