<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_mcfaddenhonda521_STRING Recordset1.Source = "SELECT * FROM used1" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Book an Appointment for your Honda Service at McFadden Honda Lethbridge, Alberta
To Book a Service Appointment on-line PLEASE make sure you fill in ALL the Fields. We do require your Phone # so we can contact you to confirm.
Service Specials
Your vehicle's needs change as do the seasons. Check our everyday service pricing here.

Book a service appointment online
Got a service question? Ask us here...
Quality, reliability, and performance-making them the easy choice every time
 
Current Models
Honda always on the leading edge of the automotive industry
Checkout the NEW Models here.
Quality Pre-Owned
Check our selection of Pre-Owned Vehicles
   
 
On-line Service Appointment Booking at McFadden Honda
Name:
Ph.#:
2nd Ph.#
email:
Vehicle Make:
Model:
Vehicle Year:
VIN(Serial#):
Vehicle Mileage:
Date Choice1:
Please select a desired Date for your appointment .
Date Choice 2:
Please select an alternate Date for your appointment .
Service Description:
   
   
 
<% Function getPadded(val) Dim retVal retVal=val if (val <10 ) then retVal="0" & val end if getPadded=retVal End Function %> <% Recordset1.Close() Set Recordset1 = Nothing %>