Hi there,
I have two select statements that work independently, but when I try to combine them into one no results ever come up (it just keeps processing).
This is the composite statement:
SELECT Sum(labor.total), labor.service_code FROM labor, jobs, inventory WHERE ((labor.item =...