okay, so i hvae two tables, we'll call them "a" and "b".
A has a series of names.
B has a series of what we call "position numbers". For resource mgt purposes, we have to slot each individual into a position #. Now two people can belong to one position #, but one person cannot be in two position #'s, and position #'s can be blank.
What i need to do is generate a query that shows all the position #'s and all the names that are in those #'s. If three people are in slot #5, then i need to show three separate records for slot #5, and if no one is in slot #35, then that has to show up with no one in it.
Now, the reciprocal is easy -- showing every person and their position # w/ a simple relationship , so I assumed this way would be easy too -- but it's not!!
Am I a fool, is this easy? Or is it impossible? Hrm.
And now the hard part -- which icon to attach to this post...
A has a series of names.
B has a series of what we call "position numbers". For resource mgt purposes, we have to slot each individual into a position #. Now two people can belong to one position #, but one person cannot be in two position #'s, and position #'s can be blank.
What i need to do is generate a query that shows all the position #'s and all the names that are in those #'s. If three people are in slot #5, then i need to show three separate records for slot #5, and if no one is in slot #35, then that has to show up with no one in it.
Now, the reciprocal is easy -- showing every person and their position # w/ a simple relationship , so I assumed this way would be easy too -- but it's not!!
Am I a fool, is this easy? Or is it impossible? Hrm.
And now the hard part -- which icon to attach to this post...