Runtime error 30016 - The field '|' is read only.

D

Daniel

AccessXP ADP & SQL 2000

i'm calling this line:

DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

to save a record's data to the SQL server becaues i need to add records in
other tables that rely on the current record and I need to verify the data is
stored at the server.

Anyone knows what's the source of this error ?
 
Top