G
Guest
Simple example.
I have a Customer table and a form linked to this table.
On the form is a combo box.
The combo box is unbound and contains the Customer Name and the Customer ID.
The Customer ID is hidden in the combo list but it is the bound column.
When the form opens it displays all the information for the first customer
but it does not show the Customer Name in the Combo Box.
This is blank.
When you click the button you can see that the first entry is the right
Company Name and when you select it the detail on the screen remains the same.
How, when and where can I poulate the Combo Box with the first company name
so that it is not blank?
What are the names or how do I refer to the seperate entries in the Combo Box?
Is it Value, Column, Text, DefaultValue or what???
Any help would be great.
I have a Customer table and a form linked to this table.
On the form is a combo box.
The combo box is unbound and contains the Customer Name and the Customer ID.
The Customer ID is hidden in the combo list but it is the bound column.
When the form opens it displays all the information for the first customer
but it does not show the Customer Name in the Combo Box.
This is blank.
When you click the button you can see that the first entry is the right
Company Name and when you select it the detail on the screen remains the same.
How, when and where can I poulate the Combo Box with the first company name
so that it is not blank?
What are the names or how do I refer to the seperate entries in the Combo Box?
Is it Value, Column, Text, DefaultValue or what???
Any help would be great.