S
Sierras
Hello,
I'm having trouble filtering a sub form based on a combo box in the
main form. I've tried the various suggestions here with the requery,
but I still can not get it to work. I'd appreciate any help
The database is for aircraft discrepancies.
The main form (frmMCC) has a combo box which allows users to select
the aircraft with the discrepancy. It is based on a query which
includes an autonumberid [ACNID], the serial number of the aircraft
[ACN] and the model of the aircraft [Model]
The subform (MCCdetails) allows users to select the aircraft messages
from a query which has the [msgID], the message [Msg] and the [Model]
of the aircraft it applies to.
I would like that when the users pick the aircraft serial number from
the combo box in the main form, the subform gets filtered to show only
the messages applicable to that particular model aircraft.
Thank you
I'm having trouble filtering a sub form based on a combo box in the
main form. I've tried the various suggestions here with the requery,
but I still can not get it to work. I'd appreciate any help
The database is for aircraft discrepancies.
The main form (frmMCC) has a combo box which allows users to select
the aircraft with the discrepancy. It is based on a query which
includes an autonumberid [ACNID], the serial number of the aircraft
[ACN] and the model of the aircraft [Model]
The subform (MCCdetails) allows users to select the aircraft messages
from a query which has the [msgID], the message [Msg] and the [Model]
of the aircraft it applies to.
I would like that when the users pick the aircraft serial number from
the combo box in the main form, the subform gets filtered to show only
the messages applicable to that particular model aircraft.
Thank you