HQ is not working as it should, missing LastSold info in HQ item table...
SELECT ItemLookupCode, Description, LastSold
FROM Item
WHERE ({ fn LENGTH(LastSold) } > 0)
last sold returned = in the year 2008... of course we sold more ;) else we would be closed and not running rms....
so WHAT triggers the last sold ?