as you may have guessed im very new to this language, so any help would be much appreciated:-)
sanjay, p.s the code for the action page(search.cfm is below)
<body> <cfquery name="rsSearch" datasource="sanjay_1"> SELECT employee_name, company_name, country, region, position,department, section, random FROM tblAdmins WHERE 1 = 1 <CFIF isDefined("form.employee_name") and form.employee_name neq ""> AND employee_name = '#form.employee_name#' <CFIF isDefined("form.company_name") and form.company_name neq ""> AND company_name = '#form.company_name#' <CFIF isDefined("form.country") and form.country neq ""> AND country = '#form.country#' </CFIF> <CFIF isDefined("form.region ") and form.region neq ""> AND region = '#form.region #' </CFIF> <CFIF isDefined("form.section ") and form.section neq ""> AND section = '#form.section #' </CFIF> <CFIF isDefined("form.position") and form.position neq ""> AND position = '#form.position#' </CFIF> <CFIF isDefined("form.department ") and form.department neq ""> AND department = '#form.department #' </CFIF> </cfquery>
</body>
_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger
-- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by
activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*To unsubscribe, e-mail: [EMAIL PROTECTED]
