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!
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!