Charlotte Foust
cfoust at infostatsystems.com
Thu Oct 9 10:31:03 CDT 2003
Unless you have ColumnHeads set to Yes, in which case, it's ItemData(1)
Charlotte Foust
-----Original Message-----
From: John B. [mailto:john at winhaven.net]
Sent: Wednesday, October 08, 2003 6:51 PM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] Access combobox question
John:
If Me.cboPrograms.ListCount > 0 Then
Me.cboPrograms.Value = Me.cboPrograms.ItemData(0)
End If
HTH
John B.
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of John Eget
Sent: Wednesday, October 08, 2003 7:41 PM
To: AccessD at databaseadvisors.com
Subject: [AccessD] Access combobox question
Does anyone know how I could hide one of the combobox records on
a form?
example is I need to hide * All Programs * from being displayed
when
the combobox gets focus. Also is there a way to autofill the
combobox
with the 1st record in a table when the combobox gets focus?
Thanks in advance
John Eget