vote up 3 vote down star

I've worked with MySQL and MSSQL for some time and have used a variety of CASE and UML tools when designing some of my more complex projects.

I was recently asked by a colleague if I could provide an Access database for his department. The application itself isn't too complicated, and Access actually looks like the ideal tool for the task at hand.

Apart from a couple of very amateur databases many years ago (before I'd even heard of normalization) I haven't much experience of Access. I've got into the habit of using ER diagrams to design databases and want to do the same when working with Access. It seems that the built in "Relationship" view is fine for viewing relationships (duh!), but you have to create the tables first, which seems to defeat the point somewhat.

Does anybody know of any way to directly design the database using an ERD, either natively within Access, or else via round-trip generation using a 3rd party tool? Non of the software I usually use support Access.

I think I've been spoiled by by using "real" databases, but any help is appreciated...

Update: I selected the answer below because it jogged my memory about using ODBC for the job - I already use the excellent ArgoUML application that can connect via ODBC. Just wanted to clarify that selecting the answer below wasn't endorsing the ModelRight application as I never needed to install it.

flag

The "access" tag here is for lower-case access (accessing files/resources/etc.) rather than upper-case Access. – Dave DuPlantis Oct 23 '08 at 13:32
Could you please explain that comment? It seems to me that James Marshall is clearly asking a question about Microsoft Access. – David W. Fenton Oct 24 '08 at 2:59
Surely it should be "file-access" then and "access" in isolation should be removed? – James Marshall Oct 24 '08 at 9:36

3 Answers

vote up 3 vote down check

ModelRight will do this for you. You can download the community version which will access any db using ODBC and Mysql.

http://www.modelright.com/downloads.aspx

I currently use it with SQL server and it works great.

link|flag
Well I now feel stupid! I already have tools that'll let me connect via ODBC, but it's so long since I've used Access it didn't even occur to me! – James Marshall Oct 24 '08 at 9:37
vote up 0 vote down

Dezign from datanamic (erd tool) can read in access databases and make a diagram out of it. No ODBC needed. Native connection to ms access.

dezign for databases

link|flag
vote up 0 vote down

It's a bit roundabout, but you could use your ERD tool to create the tables in MySQL, get back the SQL command used to create the tables (using query browser), then run that table creating SQL in Access.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.