Let's say: I've got 100 patients. They are in one table.
Let's also say: I've got 50 patient rooms with beds A & B set up in another table...like 1A, 1B, 2A, 2B, and so on.
I want to assign the first patient to bed 1A. 2nd patient to 1B (don't want 1A to be available if it's in use)....and so on.
At the end of the day, I want to print one report by patient that says:
Angelina Jolie - 1A
Brad Pitt - 1B
And...I want to print another report that tells me what beds are vacant. I don't know if I'm brain dead...or just not smart enough to figure this out, but would appreciate any help anyone could give. Thanks a Million!