On Fri, 02 Jun 2000 22:17:23 Samantha Jones wrote:
> Hi,
> I'm new to this so I hope I've mailed the right list...
> FromDate='#FromDate#',
> ToDate='#ToDate#',
>
> WHERE ID='#Session.TradeID#'
Probably it is one of these causing your problem, I'm guessing that FromDate
and ToDate are Access Date/Time fields, in which case they should be inserted
in
ODBC format and without quotes (ie #CreateODBCDate(FromDate)# ), I'm also
guessing that ID is probably an integer field of some sort, in which case lose
the
quotes there too (i.e #Session.TradeID#).
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.