View Full Version : Combo Box Problem


Anauz
02-19-2001, 03:09 AM
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
02-19-2001, 03:24 AM
Set the Default value property of the combo box to:

[MyComboBoxName].[ItemData](0)

Hope this helps

Mike

Anauz
02-19-2001, 04:59 AM
That worked perfect....thanxs