R
randria
Hi,
I have a combo box (cbo2) in a sub subform of a continuous form. I put On
Form_Load() of the sub subform :
Me.cbo2.value = Me.cbo2.itemData(0)
When I open the sub subform on its own, I get the default value for new
record appearing. But when I open the same sub subform within the main form,
I do not see the default value for new record. What could be the problem ?
Many thanks.
I have a combo box (cbo2) in a sub subform of a continuous form. I put On
Form_Load() of the sub subform :
Me.cbo2.value = Me.cbo2.itemData(0)
When I open the sub subform on its own, I get the default value for new
record appearing. But when I open the same sub subform within the main form,
I do not see the default value for new record. What could be the problem ?
Many thanks.