Mike CPB Posted January 5, 2009 Posted January 5, 2009 I have a table of workers. I'm trying to make a table to track who worked. Multiple workers in a day. A Days table. I have setup the relation ship of WorkerID to each table but I'm not sure how to allow multiple reference's. The number of people working per day varies from 20 to 80... Don't know if that info might give you some idea. Each day would be a new record in that table. How do I create multiple relationship field's? I'm guessing I might need a calculated result. Regards, Mike.
bcooney Posted January 5, 2009 Posted January 5, 2009 To resolve a many-to-many, use a table btw them, a "join" table. So Days>-WorkerDay- However, it isn't often I create a table of dates. Do they work on Jobs? Can you setup, perhaps, JOBS>-JobWork-
Recommended Posts
This topic is 5860 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