in reply to Microsoft Access database control and UPDATE the records

You could use Win32::OLE (and DCOM if the database is remote) and access the Access object model(use methods such as OpenCurrentDatabase etc).I would suggest looking into the Docmd object which is very usefull
  • Comment on Re: Microsoft Access database control and UPDATE the records