Data type mismatch in criteria expression
I am getting a "Data type mismatch in criteria expression." error
when i try to insert a comment into an Acees database and not sure how to work around it.
Ive checked the data type of fields in table and the values being passed to be inserted and there is no conflict.
The SQL stats are as follows:
INSERT INTO BlogFeedback ( PostersName, Body, BlogEntryId )
VALUES (, , );
Is there any way i can get around this error.
Thanks in advance
Tawanda
|