Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 8th, 2006, 09:14 AM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default synchronize combo box

I need to create a combo box that while it is browsed, for every option, it will display next the picture of the item that corresponds to the option from the drop down list, without need to select, just browsing the list.

I understand the event is On Change on the drop down combo box, but I have not been able to make it work.

I tried one table with all the info, for both the combo box and the display, and also two linked tables, and I can not have it ready yet.

Any ideas or suggestions?



 
Old February 8th, 2006, 09:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,151
Thanks: 2
Thanked 14 Times in 14 Posts
Send a message via ICQ to SerranoG Send a message via AIM to SerranoG
Default

Welcome to P2P!

I don't believe a combobox can hold OLE objects or pictures in its list. I think it's text only. Does anyone else know for sure?
 
Old February 8th, 2006, 12:34 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This is the scenario: One table has the pictures with a name for each record, while another table holds the names of the pics, so they can be crossmatched by browsing the names from the combo box.

The display of the pics is done via another software that links to Access 2003 via an ActiveX control. That part is fine. It is the browse/display that does not work so far.

Let's even think about text instead of pictures to be displayed, and if I can work out that part, I'll manage to get the pics displayed






Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate a text box from a combo box value dnf999 Access VBA 7 February 6th, 2012 02:24 PM
Combo box to display items from parent combo box Gini Visual Studio 2008 0 June 18th, 2008 12:30 AM
Count in combo box(display results in text box) mboyisis Access 4 April 4th, 2008 07:08 AM
Combo box choice creating filtered combo box stevensj5 Access 11 September 13th, 2007 11:33 AM
Populate List Box by Combo Box Selection mmcdonal Access 2 June 15th, 2004 12:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.