The only database really like Access is Access. If you really want a Access-like GUI, then the nearest you're going to get is probably Oracle, which is a far more powerful commercial database.
However, I would consider using either MySQL or Postgresql, both of which are free. Although they don't come with GUI front-ends, there are some available. I don't tend to use them myself; I find SQL is quicker to work with. Postgresql ships with has a very comprehensive SQL tutorial in its documentation.
|