G
Greg
I have a form in which I set the Rowsource of a combobox with a function. I
also need to set the default to the first row of the recordset produced by
the function ?
ie
Section_ID.RowSource = Sections_by_Type(Structural_Type_ID,
Me.Structural_Grade.Value)
'Section_ID.DefaultValue = ????????
also need to set the default to the first row of the recordset produced by
the function ?
ie
Section_ID.RowSource = Sections_by_Type(Structural_Type_ID,
Me.Structural_Grade.Value)
'Section_ID.DefaultValue = ????????