hey, this is probably really simple but i can't do it :s
anyways in my database i have a table which i would like to query, the fields in the table are Box ID, Box Size and Contract ID. i wish to display the fields where the contract ID is empty.
so far i got -
SELECT *
FROM tblBoxType
WHERE...