Hi all,
I am not very good with creating databases and how they need to work to get what I need. I tend to over-do it and make things far more complicated. I don't need code, I need to get a picture in my head how to hook up several elements.
Of course, this is needed yesterday, which I cannot do too much about.
Out of multiple tables:
Member table (member ID, colta, coltb, ...)
Tasking table (TaskID, Task, no of Seats, seatsID, ...)
Seating table (SeatsID, colsa, colsb...).
There a multiple tasks in the tasking table, each task has a number of seats assigned to it.
A member can have more than one seat, but each seat can only have one member.
1) I need to be able to pull up the tasks a member is assigned.
2) I need to pull up seats in a task and who is assigned them.
3) I need to find tasks that have empty seats.
I figure I need a join table between member and task, and maybe a join table where I can determine no of seats minus seats assigned.
Is this clear? I would include the mess I have on the whiteboard, but I didn't bring a camera today, which is the normal way I share whiteboard jottings.
Thanks in advance.
Glen Braden
I am not very good with creating databases and how they need to work to get what I need. I tend to over-do it and make things far more complicated. I don't need code, I need to get a picture in my head how to hook up several elements.
Of course, this is needed yesterday, which I cannot do too much about.
Out of multiple tables:
Member table (member ID, colta, coltb, ...)
Tasking table (TaskID, Task, no of Seats, seatsID, ...)
Seating table (SeatsID, colsa, colsb...).
There a multiple tasks in the tasking table, each task has a number of seats assigned to it.
A member can have more than one seat, but each seat can only have one member.
1) I need to be able to pull up the tasks a member is assigned.
2) I need to pull up seats in a task and who is assigned them.
3) I need to find tasks that have empty seats.
I figure I need a join table between member and task, and maybe a join table where I can determine no of seats minus seats assigned.
Is this clear? I would include the mess I have on the whiteboard, but I didn't bring a camera today, which is the normal way I share whiteboard jottings.
Thanks in advance.
Glen Braden