The professor
Registered User.
- Local time
- Today, 00:10
- Joined
- Dec 5, 2012
- Messages
- 14
Hi,
I have a ComboBox on my form which was built using the wizard. When the drop down is activated, it will list from the Customers Table all the Customer IDs, and allow the user to jump to a particular record. It does this job perfectly. However I want it to do more than this, two things in particular.
I want the ComboBox to display the CustID for the current record when the user navigates the database. At the moment when the form is opened, the ComboBox is blank, and as you navigate through the database it stays blank unless you use it to jump to a particular record. However, if the user navigates away from that record, the combobox still continues to display the CustID for the record you 'jumped to', and not for the current record being displayed. When I try to make the CustID the control source in the ComboBox, this soon results in error messages.
Secondly, I want to be able to add new CustIDs. Is it possoible to have a ComboBox do all things? Thanks.
I have a ComboBox on my form which was built using the wizard. When the drop down is activated, it will list from the Customers Table all the Customer IDs, and allow the user to jump to a particular record. It does this job perfectly. However I want it to do more than this, two things in particular.
I want the ComboBox to display the CustID for the current record when the user navigates the database. At the moment when the form is opened, the ComboBox is blank, and as you navigate through the database it stays blank unless you use it to jump to a particular record. However, if the user navigates away from that record, the combobox still continues to display the CustID for the record you 'jumped to', and not for the current record being displayed. When I try to make the CustID the control source in the ComboBox, this soon results in error messages.
Secondly, I want to be able to add new CustIDs. Is it possoible to have a ComboBox do all things? Thanks.