SELECT COUNT(DISTINCT licenses.license_number) AS total FROM licenses WHERE licenses.county_code = 3 AND licenses.lic_exp_date >= CURDATE()