I am filtering records in the recordset by the field "MeetingID"
and wish to be able to update the other fields in this recordset. When I try to update, it gives me the error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Cannot update 'MeetingID'; field not updateable.
/meetingreport.asp, line 89
Why is the field not updateable?
Or how do I bypass it as it is only the other fields I need to update not the "MeetingID"?
PS. The recordset contains no fields with names that are reserved, so the syntax situation seems OK to me.
Thanks in Advance!
and wish to be able to update the other fields in this recordset. When I try to update, it gives me the error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Cannot update 'MeetingID'; field not updateable.
/meetingreport.asp, line 89
Why is the field not updateable?
Or how do I bypass it as it is only the other fields I need to update not the "MeetingID"?
PS. The recordset contains no fields with names that are reserved, so the syntax situation seems OK to me.
Thanks in Advance!