<div dir="ltr"> I am using lazarus v2.2.6 on Windows 11. <div>The form uses the following components:</div><div>  MBCCGator: TDBNavigator;<br>   MBCCGrid: TDBGrid;<br>   MBCCSource: TDataSource;</div>   MBCC_Connector: TODBCConnection;<br><div>   MBCCQuery: TSQLQuery; </div><div>   MBCC_Trans: TSQLTransaction;    MBCCQuery: TSQLQuery; </div><div>   also includes several TDBEdits. </div><div><br></div><div>   It connects to an MSAccess Database, with a table named MBCC_2023.</div><div>  I have no trouble accessing the database, and reading the records. I can use MBCCGator to navigate the database. However, it will NOT post a new record or a changed record to the  table. I don't get any error codes. It just won't  store. Help is requested. <br></div></div>