HI Everyone,
I am trying to create a simple form that contains three list boxes, each one is based on a query. For example, The first one has the row Source as follows:
The second and the Third list box are based on the same query but with different condition. Everything is good so far. But whenever the second list box returns no data, the whole form goes blank even if the first and third list box return Data. What could be the property I should change?
Things I tried:
- I deleted the second list box, than I duplicated the first list box and changed its condition. Same result.
- I deleted the second list box and everything went good, but this time, with only 2 list boxes, whenever the first list box returns no data, the whole form goes blank again.
Any help please.
Regards.
I am trying to create a simple form that contains three list boxes, each one is based on a query. For example, The first one has the row Source as follows:
Code:
Select Id, Emp_name From Tbl_Employee Where Hire_date < "01/01/2010"
Things I tried:
- I deleted the second list box, than I duplicated the first list box and changed its condition. Same result.
- I deleted the second list box and everything went good, but this time, with only 2 list boxes, whenever the first list box returns no data, the whole form goes blank again.
Any help please.
Regards.
Comment