D
deb
I have a form with a subform.
The formfPerfEmissionGua) has a field called FuelClass.
(Gas,Liquid,Duel,Multi)
The subform(fPerfEmissionGuaDetails)is based off of a table called tFuel
with the fields...
FuelID -- GasLiquid -- FuelName
1 -- Gas -- Propane
2 -- Gas -- Buthane
3 -- Liquid -- JetA
4 -- Liquid -- Crude
The subform is used as a dropdown choice of the above fields. It is a
contiguous form.
I would like to be able to choose the FuelClass - Gas in the main form, and
the sub form drop down only show the fuels for Gas only (Propane and Buthane).
If the FuelClass is Multi or Dual, show all choices.
Thanks in advance
deb
The formfPerfEmissionGua) has a field called FuelClass.
(Gas,Liquid,Duel,Multi)
The subform(fPerfEmissionGuaDetails)is based off of a table called tFuel
with the fields...
FuelID -- GasLiquid -- FuelName
1 -- Gas -- Propane
2 -- Gas -- Buthane
3 -- Liquid -- JetA
4 -- Liquid -- Crude
The subform is used as a dropdown choice of the above fields. It is a
contiguous form.
I would like to be able to choose the FuelClass - Gas in the main form, and
the sub form drop down only show the fuels for Gas only (Propane and Buthane).
If the FuelClass is Multi or Dual, show all choices.
Thanks in advance
deb