<!---
This file is Copyright © 1998-2009 by Home Care Business Services. This work may not be reproduced, in whole or in part, 
using any medium, including, but not limited to, electronic transmission, CD-ROM or published in print, without the express 
permission of Home Care Business Services.

$Revision: 1.2 $
$Id: archive_assessments.cfm,v 1.2 2009/02/16 20:14:39 arlen Exp $
$Date: 2009/02/16 20:14:39 $
--->
<!--- Process is used to "archive" assessments from the Download Assessments page --->

<cfquery  datasource="#Application.DataSrc#" name="ArchiveAssessment">
	UPDATE #Request.prefix_db_agency#.Assessment_New
	SET Archive = 1
	WHERE Assessment_ID = #URL.ID#
</cfquery>

<cflocation url="downloadassessments.cfm" addtoken="no">