After working a while with Access 2010 I have fell in love with the way you make queries. You just pick the tables you want in your SELECT query, then you get all the JOINs laid out automatically, and you can just pick and choose what you want.
However, I cannot find any good similar tools for MySQL. I tried MySQL Workbench once, but it wasn't very easy to use compared to Access. I'm seriously considering making a parallel Access database to construct the JOINs, even though it requires me to do structural changes both in Access and phpMyAdmin, and to make dummy data in Access, and to convert the SQL to MySQL-friendly code..
Are there any GOOD tools out there to help me do this instead of my Access/MySQL in parallel approach?
