DaveMere
Registered User.
- Local time
- Today, 20:37
- Joined
- Sep 18, 2002
- Messages
- 63
Hi all,
I'm designing a form containing a combo box which fetches it's data from a table, via a simple query. The table contains two columns - call them ID and FullName. The combo box presents the ID information for the user to choose from. I would like to set up a label elsewhere on the form that automatically fetches the FullName information from this table, corresponding to the current list box selection, and displays it for presentation purposes. I'd like this to update whenever the listbox selection changes.
Hope I've made this clear!
I'm designing a form containing a combo box which fetches it's data from a table, via a simple query. The table contains two columns - call them ID and FullName. The combo box presents the ID information for the user to choose from. I would like to set up a label elsewhere on the form that automatically fetches the FullName information from this table, corresponding to the current list box selection, and displays it for presentation purposes. I'd like this to update whenever the listbox selection changes.
Hope I've made this clear!