J
Jay in PA
Hi,
Here's my challenge... Part of an application I'm developing will
support creating a schedule for interviews. I need to create a form
that will allow the user to see which interviewers are available that
day and which candidates need to be interviewed. The user will then
match interviewers to candidates. It's a many-to-many relationship, as
each candidate may be interviewed by multiple interviewers, and each
interviewer will interview multiple candidates on a given day.
With that said, I'm something of a newbie and have no idea how to
depict this in a form. What I'd *like* to do is have a dynamic grid of
checkboxes, with available interviewers in the columns and the day's
candidates in rows. I can see that a continuous form could take care
of creating a row for each candidate, but I don't know how to
dynamically set up the columns of checkboxes to represent the
interviewers.
Can anyone help me figure out how to do this? And if there's a better
way, I'd be happy to know what that might be.
Thanks to anyone who is willing to help!
Jay
Here's my challenge... Part of an application I'm developing will
support creating a schedule for interviews. I need to create a form
that will allow the user to see which interviewers are available that
day and which candidates need to be interviewed. The user will then
match interviewers to candidates. It's a many-to-many relationship, as
each candidate may be interviewed by multiple interviewers, and each
interviewer will interview multiple candidates on a given day.
With that said, I'm something of a newbie and have no idea how to
depict this in a form. What I'd *like* to do is have a dynamic grid of
checkboxes, with available interviewers in the columns and the day's
candidates in rows. I can see that a continuous form could take care
of creating a row for each candidate, but I don't know how to
dynamically set up the columns of checkboxes to represent the
interviewers.
Can anyone help me figure out how to do this? And if there's a better
way, I'd be happy to know what that might be.
Thanks to anyone who is willing to help!
Jay