I couldn't even think of what to name this question, so please bare with my explanation...
I have 2 tables: USERS and EVENTS
The USERS table contains information on individuals, including their name, email, etc.
The EVENTS table contains information on upcoming events including date, time, description, etc.
I want to set up a form/table that let's these two tables interact, but where I get stuck is that both tables need to be updated. The USERS can have multiple EVENTS, and/or the EVENTS can have multiple USERS...but not every event will have the same users, nor will the users have the same events... There are unlimited amounts of both users and events, so I don't understand how to set this up at all.
I don't even think I'm making sense to myself at this point...
Let me try an example:
Say I got a call from someone who wanted a staff of people at a party this saturday. I enter the details into the EVENT table via an online form (got that one done, no problem). Now I want to assign USERS to that EVENT. How would I link those 2?
or say I have a new USER, i enter their details into the USERS table and they want to work at several EVENTS..how do I go about linking them to events, ones that may have 1-20 other people already working them.
I'm so confused and don't even know where to search for a tutorial, or even previous posts on a situation like this. I'm lost...can anyone help me???
-maya