Michael Knauf Posted April 30, 2007 Posted April 30, 2007 I'm trying to create a database to handling scheduling of classes for a summer camp... So I have a table of Staff info, a table of class info, and a table of time periods... there are six periods, each staff member teaches a class each period, there are 20 classes and 30 staff... how do I relate the tables?
mr_vodka Posted April 30, 2007 Posted April 30, 2007 Make sure that each staff and each class has a unique ID. You would have a field in the time period table that stores the ID for each staff member and class.
Recommended Posts
This topic is 6475 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now