Sohailaziz
Programmer
hi there,
I got a unbound form, which got 4 unbound combos.
1. ApplicationCombo
2. FolderCombo
3. SubFolderCombo
4. ReportCOmbo
ApplicationCombo is filled in the beforeupdate event.
FolderCmbo is filled with data on the afteraupdate event of Application Combo.
The AfterUpdate event of folder combo fill in the SubfolderCombo and also ReportCombo. (its possible to have reports in in main folders).
IF you click on the Subfolder and make a selection,the afterupdate event will clear the Reportcombo by
me.Reportcombo.rowsource=""
me.reportcombo=null
then fill it with list of reports within that subfolder.
ALL this is working fine...
the Problem is .... let say the ReportCOmbo got 6 values.(names of reports). no matter which ever u select by clickin them in the dropdown list, it shows the frist value selected.
i dont know how to solve the problem. Please help.
Regards ....
I got a unbound form, which got 4 unbound combos.
1. ApplicationCombo
2. FolderCombo
3. SubFolderCombo
4. ReportCOmbo
ApplicationCombo is filled in the beforeupdate event.
FolderCmbo is filled with data on the afteraupdate event of Application Combo.
The AfterUpdate event of folder combo fill in the SubfolderCombo and also ReportCombo. (its possible to have reports in in main folders).
IF you click on the Subfolder and make a selection,the afterupdate event will clear the Reportcombo by
me.Reportcombo.rowsource=""
me.reportcombo=null
then fill it with list of reports within that subfolder.
ALL this is working fine...
the Problem is .... let say the ReportCOmbo got 6 values.(names of reports). no matter which ever u select by clickin them in the dropdown list, it shows the frist value selected.
i dont know how to solve the problem. Please help.
Regards ....