its got to be that name of the field "Text" have you
tried...."title_Text"
or something else?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 

-----Original Message-----
From: Thane Sherrington [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 27, 2002 11:30 AM
To: CF-Talk
Subject: Copying an Access memo field from one table to another.


I'm using this CFQUERY:

<CFQUERY datasource="#Datasource#" name="AddCategories">
                INSERT INTO     Categories(SurveyID, Title, Text,
TriggerPoint)
                VALUES  (#GetSurveyID.LastID#, '#Title#',
#Triggerpoint#)
</CFQUERY>

To copy data from a default table to a live table.  The Text field is a 
memo, and CF throws an error.  If I take Text out, it works fine.  Is it
a 
reserved word, or is there a trick to copying memo fields?

T


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to