Search results

  1. P

    Add/Update/Delete both linked table and mysql database

    Need some help with linking mysql database and running a query declared in a function. Currently my access form is updating the linked table (mdb file) but need it to also update changes to mysql table. Below is the code I tried: Dim db As DAO.Database Dim rstAccounts As...
Top Bottom