Link to home
Start Free TrialLog in
Avatar of Michael Paravicini
Michael ParaviciniFlag for Chile

asked on

use combobox to fill hidden columns in a datasheet of a subform

I have a datasheet in a subform and have in column 1 a combobox with two columns. I would like to use the value of the hidden second column of the combobox to fill in the third column of the same datasheet. However, if I use me.thirdcol = cmbCombo.column(1) then it takes the same value for all rows in the datasheet. Thank you for any help...
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial