I've never gotten this error and i've looked over my code 100 times and I can't find anything wrong :/ My code is pasted below :/
Error Diagnostic Information
ODBC Error Code = 22005 (Error in assignment)
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (1:1) to (5:1).
Date/Time: 11/04/00 19:34:06
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Remote Address: 10.137.13.225
HTTP Referer: Query String: &ItemID=6
---------
<CFQUERY
DATASOURCE="Ashli"
NAME="delmagicverify">
SELECT
ItemID,
ItemName,
ItemCharges,
Price,
AddedBy,
DateAdded
FROM Magic
WHERE AddedBy='#Form.AddedBy#'
ORDER BY ItemName
</CFQUERY>
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<LINK REL="StyleSheet" TYPE="text/css" HREF="ashli.css">
<CFIF delmagicverify.RECORDCOUNT EQ "0">
<P>I'm sorry but there doesn't seem to be a Item up for sale by you. Please go back to the verify you typed your name correctly...
<CFELSE>
<P>Select the item you would like to remove?<BR>
<CFOUTPUT QUERY="delmagicverify">
<A HREF="dlmagicview.cfm?&ItemID=#ItemID#">#ItemName#</A><BR>
</CFOUTPUT>
</CFIF>
</BODY>
</HTML>
Error Diagnostic Information
ODBC Error Code = 22005 (Error in assignment)
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (1:1) to (5:1).
Date/Time: 11/04/00 19:34:06
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
Remote Address: 10.137.13.225
HTTP Referer: Query String: &ItemID=6
---------
<CFQUERY
DATASOURCE="Ashli"
NAME="delmagicverify">
SELECT
ItemID,
ItemName,
ItemCharges,
Price,
AddedBy,
DateAdded
FROM Magic
WHERE AddedBy='#Form.AddedBy#'
ORDER BY ItemName
</CFQUERY>
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<LINK REL="StyleSheet" TYPE="text/css" HREF="ashli.css">
<CFIF delmagicverify.RECORDCOUNT EQ "0">
<P>I'm sorry but there doesn't seem to be a Item up for sale by you. Please go back to the verify you typed your name correctly...
<CFELSE>
<P>Select the item you would like to remove?<BR>
<CFOUTPUT QUERY="delmagicverify">
<A HREF="dlmagicview.cfm?&ItemID=#ItemID#">#ItemName#</A><BR>
</CFOUTPUT>
</CFIF>
</BODY>
</HTML>