Frank Rocco
|
| Posted: 07/27/2001, 8:30 AM |
|
Hello,
I have a grid that calls a record. The record displays the error message
below.
I have tried a number of times to rebuild the grid & record.
I am using access and ASP & the latest version of CC.
Thanks in advance.
Frank
a.. Error Type:
Microsoft JET Database Engine (0x80040E07)
Data type mismatch in criteria expression.
/librarian/Common.asp, line 34
a.. Browser Type:
Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
a.. Page:
GET /librarian/SoftwareRecord.asp
|
|
|
 |
Walker P.
|
| Posted: 07/29/2001, 5:20 PM |
|
A data type mismatch error usually means that the values being sent to the
database are not in the format that is expected. Check the data type of your
fields and ensure that they are correct. Also, in the record form's inut
tab, make sure the any input parameters defined there are of the correct
data type.
Walker P.
CC Support
|
|
|
 |
|