Combo Box Problem (1 Viewer)

Anauz

Registered User.
Local time
Today, 02:36
Joined
Nov 14, 2000
Messages
81
Hi


I have a combo box which i use to populate other fields in a form. When the form initially loads the CBX is defaulted to blank...and as a result the rest of the form is blank. What i want to do is when the form loads populate the cbx with the first value in the query it runs from. Any ideas?

Thanx in advance
 

Atomic Shrimp

Humanoid lifeform
Local time
Today, 02:36
Joined
Jun 16, 2000
Messages
1,954
Set the Default value property of the combo box to:

[MyComboBoxName].[ItemData](0)

Hope this helps

Mike
 

Anauz

Registered User.
Local time
Today, 02:36
Joined
Nov 14, 2000
Messages
81
That worked perfect....thanxs
 

Users who are viewing this thread

Top Bottom