What is wrong with this???

Trying to get an update to work:

      <td>Education:</td>
      <td><select name="Client_Education"
Value="#qClient.Client_Education#" tabindex="230">
          <option value="Less than 12 years"<cfif Client_Education is
"Less than 12 years">SELECTED</cfif>>Less than 12 years</option>
          <option value="High School or GED"<cfif Client_Education is
"High School or GED">SELECTED</cfif>>High School or GED</option>
          <option value="Some College"<cfif Client_Education is "Some
College">SELECTED</cfif>>Some College</option>
          <option value="College Graduate"<cfif Client_Education is
"College Graduate">SELECTED</cfif>>College Graduate</option>
          <option value="Vocational Training"<cfif Client_Education is
"Vocational Training">SELECTED</cfif>>Vocational Training</option>
          <option value="Unknown"<cfif Client_Education is
"Unknown">SELECTED</cfif>>Unknown</option>
        </select></td>

Error:

An error occurred while evaluating the expression: 


 Client_Education is "Less than 12 years"



Error near line 81, column 67.

-- 
------------------------
Donna French
[EMAIL PROTECTED]

Blog: http://dgfrench.blogspot.com
Site: http://www.dgfrenchdesigns.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191394
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to