G
Guest
I have a fairly simple form and subform. The subform is in datasheet view and
contain several records related to the mainform. In the subform I have 2
combo boxes. The first combo box looks up a list of Blocks from a table
(BlockDetails). The first column (BlockDetailsID) is the bound column but
displays column 2 (BlockDetailsName). Pretty Basic and works fine. The second
combo box looks up IrrigationValves from a table called IrrigationValves. It
only shows IrrigValves that are related to BlockDetails, using the value
from the first combo box. Again, column one (IrrigValveID) is bound but I
want to show column two (IrrigValveName). This works fine but as soon as I
move to a new record in the subform or go between records the value
(IrrigValveName)in the previous records disappear. If I change combo box 2 to
show column 1 it works fine.
I hope I have made myself clear enough?
Thanks
contain several records related to the mainform. In the subform I have 2
combo boxes. The first combo box looks up a list of Blocks from a table
(BlockDetails). The first column (BlockDetailsID) is the bound column but
displays column 2 (BlockDetailsName). Pretty Basic and works fine. The second
combo box looks up IrrigationValves from a table called IrrigationValves. It
only shows IrrigValves that are related to BlockDetails, using the value
from the first combo box. Again, column one (IrrigValveID) is bound but I
want to show column two (IrrigValveName). This works fine but as soon as I
move to a new record in the subform or go between records the value
(IrrigValveName)in the previous records disappear. If I change combo box 2 to
show column 1 it works fine.
I hope I have made myself clear enough?
Thanks