harleyhead
IS-IT--Management
I have 2 tables: Header and Line Items - a one to many, respectively. I want to set a flag on the Header to False when there are no Line Items associated with the Header. However, that would require either a Count of Line Items or some other aggregate function - but can't have that in an update query.
How can I accomplish this?
How can I accomplish this?