Mavila
01-16-2013, 07:06 PM
I'm using VBA to insert a record into an Access DB. I'm getting an error:
"Run-Time error: '-2147217900 (80040e14)':
The INSERT INTO statement contains the following unknown field name: 'Test'. Make sure you have type the name correctly, and try the operation again."
I've tinkering with this for 30 minutes now. I know it's typed correctly in both the DB table and the INSERT statement. Does anyone know another potential cause for this?
"Run-Time error: '-2147217900 (80040e14)':
The INSERT INTO statement contains the following unknown field name: 'Test'. Make sure you have type the name correctly, and try the operation again."
I've tinkering with this for 30 minutes now. I know it's typed correctly in both the DB table and the INSERT statement. Does anyone know another potential cause for this?