<%@LANGUAGE="VBSCRIPT"%> <% set rsCities = Server.CreateObject("ADODB.Recordset") rsCities.ActiveConnection = MM_mcasfdata_STRING rsCities.Source = "SELECT DISTINCT Municipality FROM Inspectors GROUP BY Municipality ORDER BY Municipality" rsCities.CursorType = 0 rsCities.CursorLocation = 2 rsCities.LockType = 3 rsCities.Open() rsCities_numRows = 0 set rsCounties = Server.CreateObject("ADODB.Recordset") rsCounties.ActiveConnection = MM_mcasfdata_STRING rsCounties.Source = "SELECT DISTINCT County FROM Inspectors GROUP BY County ORDER BY County" rsCounties.CursorType = 0 rsCounties.CursorLocation = 2 rsCounties.LockType = 3 rsCounties.Open() rsCounties_numRows = 0 %> MCASF - Building Department Information

Members  |   Building Departments  |   Consumers 

Get Local Building Department Information

Broward County Logo Broward County Board of Rules and Appeals. Listing of all the building departments in the county.
Building Code Compliance Office. Download the list of Mechanical Officials (excel format) here. Or visit the Office's web site.

 

Mechanical Contractors Association of South Florida

1650 S. Dixie Hwy, Ste 402

Boca Raton, FL 33432

 

Phone (Miami-Dade):

  305-651-7570

Phone (Broward):

  954-392-3976

Fax: 954-392-3987

to send us an email.

<% rsCities.Close() %>