--============================================================================
-- Copywright 2002, joel crainshaw & chet west
--============================================================================
-- DESCRIPTION
--	simple survey sub-system
--	includes DDL script to build necessary objects
--	and single form for all survey operations
--
--	NOTE:
--		-- CLIENT,CREDITOR and PERSONNEL survey types are hardcoded
--		   and intended to be used for dynamic lookup of ref_id at 
--		   survey-time;  LOV on the ref_id post-text-item trigger
--		   is commented out as delivered since you wont have these tables
--		-- The "Admin" button on the main canvas should look for
--		   users with "admin" privs. in the personnel table;  you wont have 
--		   a personnel table so this lookup is commented out as delivered
--============================================================================
-- MODIFICATION HISTORY
-- Person      Date       Comments
-- ---------   ---------- -------------------------------------------
-- joel        06/12/2002 Initial Creation
--============================================================================
--
-- files:
--	survey_readme.txt	this file
--	SURVEY_DDL.sql		DDL build script
--	survey.fmb		form source
-------------------------------------------------------------------------------
