i have a combobox from table( specialization)
and i have a reports from table (managers)
the combobox name is( combo1)
the selections in the combo box are
managersjob
governorsjob
presedentsjob
employeesjob
the reports i want to open are
mj
gj
pj
ej
now i want to select managersjob from the combobox then the report mj open and when i select governorsjob the report gj opens and so on
what is the code? and remeber that the combox and the reports i want to open r from adifferent tables in the same db, so any one has an answer?
and i have a reports from table (managers)
the combobox name is( combo1)
the selections in the combo box are
managersjob
governorsjob
presedentsjob
employeesjob
the reports i want to open are
mj
gj
pj
ej
now i want to select managersjob from the combobox then the report mj open and when i select governorsjob the report gj opens and so on
what is the code? and remeber that the combox and the reports i want to open r from adifferent tables in the same db, so any one has an answer?
Comment