SELECT DISTINCTROW [qryUnits].[Unit],[Unitdesc] FROM [qryUnits];
SELECT DISTINCTROW [qryFinc].[Finc],[FincDesc] FROM [qryFinc];
SELECT DISTINCTROW [qryDept].[Cost],[CostDesc] FROM [qryDept];
SELECT DISTINCTROW [qryExp].[Exp],[ExpDesc] FROM [qryExp];
All of these refer to a different query. All of the queries work but when
I
use them in the Form, the first 3 return data but the fourth one returns
blanks.
If you need more info, let me know.
Jeff Boyce said:
Is there a question?
Since we aren't there, it might help us in diagnosing your situation if
you
provided the SQL statements for those four comboboxes...
Regards
Jeff Boyce
Microsoft Office/Access MVP