Jump to content

This topic is 5895 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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-

This topic is 5895 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.