can someone explain me why the storing of this variable is failing
var1 = Me!cod_personale.Column(2)
where cod_personale is a combobox (to be selected) in a form
I want to retrieve and store in a variable the content of a related field
from a query set as origin of the row for the combo box itself (which is originally used for another purpose)
is that too much confused? any help for this?
thanks