From: Dan Nelson Date: November 3 2005 3:24pm Subject: Re: Edit MySQL through MS Access? List-Archive: http://lists.mysql.com/mysql/191198 Message-Id: <20051103152442.GA67512@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Nov 03), Marc Pidoux said: > Eh, eh, sorry, stupid question for some of you, I'm sure... > > I'm wondering if there is a way to edit a MySQL DB through MS Access > like you can for an MSSQL DB? I want to edit a lot of data, tables > etc... and doing it through phpMyAdmin just isn't very efficient. Sure. Just install the MySQL ODBC connector and link to the tables same as you would for MS SQL. There is a whole section in the manual detailing this: http://dev.mysql.com/doc/refman/5.0/en/msaccess.html -- Dan Nelson dnelson@stripped