Discussion:
Creating Databases
(too old to reply)
Stu Boy
2005-09-23 04:44:07 UTC
Permalink
I want to make an easy to use not so crap and good looking database for my work. I made one in MS Access and it sucks. What do I need to do this?
retsoced
2005-10-04 01:03:21 UTC
Permalink
Use mySQL or SQL server to do it. It will aford you a much better toolset and a
far cleaner/more versatile Databse in the long run. You will also find a
greater toolset available to get at the data once it's in the tables.
royland
2005-10-06 17:02:20 UTC
Permalink
Not sure if your problem is with database 'design' or the actuall tool you are
using.

But Access is good easy tool to use provided you understand the One-To-Many
Relationship between eg: Authors <> Books

If you do, you can build your underlying tables in minutes with 'lookups' to
the connecting tables followed by smashing out some simple data capture forms.

You can also dabble in VBA code to make your apps more powerful.

- Jason

Loading...