Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Design Question

Status
Not open for further replies.

ychousa

MIS
Jun 11, 2003
82
US
Hi.
I need to creat a show expense database. The shows are usually held once a year. Currently I have about 150 shows. The form I want to build should display showID, name, year, and all other information. After the form is open, a user can select a year to display all information of that specific year without changing showID and name on the form.

I have a main table with showID and year, and a detail table with year and all other info.

How would I design this database?

Thanks alot in advance!
 
hi

why not start by reading the basics on database design ?
you can find an article here :

I would have a 'SHOW' table and a YEAR table, then you should have a foreign key (year) in your show table. So you have a relationship between the two tables. Can a show occur only once per year ?
 
There are a few Tek-Tips to that may help...

thread700-628486
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top