M
marcodesigns
When using the Database editor to update a record in one table, that has a one to many relationship with several other tables, I get the following error:
<<Database Results Error Description: [Microsoft][ODBC Microsoft Access Driver] The record cannot be deleted or changed because table 'GIexam' includes related records
Number: -2147467259 (0x80004005) Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for all form fields that are used in the query. an error that the record can not be updated because of those other tables. >
I tried creating an update asp page, but I get the same basic error. I can edit the record from with ACCESS with no problem, even using a simple form for the update. Any suggestions for a workaround / fix would be very much appreciated. This project is for a hospital and will run on a private Intranet.
<<Database Results Error Description: [Microsoft][ODBC Microsoft Access Driver] The record cannot be deleted or changed because table 'GIexam' includes related records
Number: -2147467259 (0x80004005) Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for all form fields that are used in the query. an error that the record can not be updated because of those other tables. >
I tried creating an update asp page, but I get the same basic error. I can edit the record from with ACCESS with no problem, even using a simple form for the update. Any suggestions for a workaround / fix would be very much appreciated. This project is for a hospital and will run on a private Intranet.