T
Terry
I have an Access2000 form with a listbox and use the AfterUpdate event to
pass values to a TextBox using the .column property.
Me.txtIDInvoicing = Me.MyListBox.Column(20)
In Access2000 it works great, in Access2007 (compatibilty mode) the listbox
fails to give up it column values, they all come up Null.
I have converted the backend/frontend to Access2007 and still get the same
result, clicking a row highlights it but no values come from the columns. I
have also found that I cannot read the Selected value for the selected row,
it show as False, MultiSelect is set to None. The recordsource is a query.
Very odd behaviour.
Regards
pass values to a TextBox using the .column property.
Me.txtIDInvoicing = Me.MyListBox.Column(20)
In Access2000 it works great, in Access2007 (compatibilty mode) the listbox
fails to give up it column values, they all come up Null.
I have converted the backend/frontend to Access2007 and still get the same
result, clicking a row highlights it but no values come from the columns. I
have also found that I cannot read the Selected value for the selected row,
it show as False, MultiSelect is set to None. The recordsource is a query.
Very odd behaviour.
Regards