<!---
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.3 $
$Id: answer_action.cfm,v 1.3 2009/03/25 19:32:30 arlen Exp $
$Date: 2009/03/25 19:32:30 $
--->
<cfquery  name="Answer_Add" datasource="#Application.DataSrc#">
INSERT INTO #Request.prefix_db_lookup#.Answers_Agency ( Answer_ID, Agency_ID, Creation_Date, Created_By ) 
VALUES ( #form.Answer_ID#, #form.Agency_ID#, Now(), #Session.EmployeeID# )
</cfquery>
<cflocation url="answer_form.cfm" addtoken="no">

