Viewing post 1 (of 2 total)
Currently I use a very simple query:
SELECT o_projectno,o_projectname
FROM dms_proj
WHERE o_parentno = 0
ORDER BY o_projectno
and I combine all three quereies by hand. What I need to end up with is shown...
October 29, 2008 at 2:21 pm
#891476