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 Developer Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
status box
Robert Melcher 
     
2 years ago
I created a combo box from a query. I want the selected text to appear in the status box.
Thomas Gonder  @Reply  
      
2 years ago
You mean you have a SQL as the source for a combo box in a form?
What do you mean by the "status box", and what is the "selected text"?
Kevin Robertson  @Reply  
           
2 years ago
Use the After Update event of your Combo Box.

    If Not IsNull(ComboBoxName) Then Status ComboBoxName

If the value you want to display is not in the first column you will need to access the Column property.
For example:

    If Not IsNull(ComboBoxName) Then Status ComboBoxName.Column(1)

I used If Not IsNull because if the value is removed from the Combo Box you would get an Invalid Use Of Null error. This prevents that from happening.
Kevin Robertson  @Reply  
           
2 years ago
Thomas,

Robert is talking about the Status Box.
Robert Melcher OP  @Reply  
     
2 years ago
Kevin your the best that worked perfectly. Just to let you know what I am doing is using the combobox connected to the statusbox, then using text to speak to read the text. Works perfectly, thanks
Kevin Robertson  @Reply  
           
2 years ago
You're welcome :)

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Developer 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 10:36:02 PM. PLT: 0s