microsoft access to drupal
Converting to Drupal · Drupal 4.5.x or older · Drupal 4.6.x · Drupal 4.7.x · Drupal 5.x · Drupal 6.x
dovry - February 25, 2008 - 14:19
hello,
I am thinking of taking one database with several linked tables, and defined relationships, and convert it to drupal. Is it possible? My first thought is that the CCK module would be the right choice, but I am not sure if Drupal would be the best tool to begin with -
Anyone here who has done anything like this?
I'd appreciate your insight.

You might look at the Drupal
You might look at the Drupal taxonomy module (perhaps combined with the Views module) to get what you are wanting with Drupal. The taxonomy module is installed by default.
access to drupal - also
I'm pondering the same. Any new knowledge since your post?
Of course, I don't know your
Of course, I don't know your specific use case, but generally Drupal excels in that area. Use the taxonomy module to define the relationships you need and, if you need a content type customized to your content, use CCK.
You might find that you can use the Views module and get what you need without taxonomy, or you might use a combination of the three.