Home › Forums › CSS › Member administration › Re: Member administration
May 6, 2012 at 12:26 pm
#102405
Inactive
You could use Access as the frontend and MySQL for the backend. That way you only have one database in use.
http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-examples-tools-with-access.html
This isn’t something I have a lot of experience with and, crucially, I don’t know how it would fare if you were allowing PHP scripts to update the database at the same time as the Access app. However, it does seem like a useful starting point. Maybe more experienced people than me could comment more.