Hi,
Is this possible to change the the query of the dropdown list box.
I would like to use joins in the query for e.g.
select a.userno, a.userdesc from table_user a where a.userno not in
(select b.user_no from table_department b where a.userno = b.user_no);
I am still using version 3.0 as this is a modification on a existing program.
Regards