The Column property is zero-based, so Column(0) is the first column,
Column(1) is the second column, and Column(2) would be the third column,
which if I understand correctly does not exist in this instance.
Again, if I understand correctly, I believe this code belongs in the After
Update event of the combo box rather than of the text box - but perhaps that
is what you meant to write?
--
Brendan Reynolds
Access MVP
"Rhoda Harris" <RhodaHarris@discussions.microsoft.com> wrote in message
news:B975C6E8-9F98-4E37-9528-080C5CFDB2F5@microsoft.com...
|