jdubwelch Posted April 9, 2006 Share Posted April 9, 2006 i need to take all the information from this form and put it into a database. [a href=\"http://www.jwelchdesign.com/book.html\" target=\"_blank\"]http://www.jwelchdesign.com/book.html[/a] As you will see there is a lot of information. I broke it down the best that i could but i'm not sure if it's the best most efficient. this is my first real try at designing a database so any hints/tips/ideas anything would help. this is what i have for my database design so far:[a href=\"http://www.jwelchdesign.com/db_design.html\" target=\"_blank\"]http://www.jwelchdesign.com/db_design.html[/a] Quote Link to comment Share on other sites More sharing options...
fenway Posted April 9, 2006 Share Posted April 9, 2006 That's a good start... just a few suggestions:1. no need to store time/day/month/year separately -- use a DATETIME field instead.2. you may want to consider a locations table -- you already have event, reception, and rehersal info duplicated in multiple tables; it might as well have phone info too3. this will clean up your couples table quite a bit as wellThere are many other things that could be changed, it ultimately depends what you're going to be doing with this data (i.e. how you're going to query it).Hope that helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.