I think I posted this question before, but I still don't have it resolved and it's driving me crazy! X-)
I have two lists stored in my database, an employee list, and a list of roles(job descriptions). These lists contain information submited through a form in which the user is presented with a list of all employees, you check off the people you want to include, and there is a text box to enter a description. I can get the data into the database just fine. The employee list contains only the selected employees (I am actually storing their ID#), and the list of roles contains that information.
Now, I am writing an edit function. I want to present the list of all employees, with the ones in the list already checked off and show their respective roles. Because is am storing their ID#s, I have to query my employee table to get the names. The lists are in a project table. I want to present this is a table, so it is nice and neat. I can get one list or the other to display correctly, but not both at the same time. Any suggestions? Iza? Simmerdown? Seems like you've been dealing with similar things. GunJack, you've been a tremendous help! I'm just a struggling newbie. I'll take any help I can get. Thanks a lot!
I have two lists stored in my database, an employee list, and a list of roles(job descriptions). These lists contain information submited through a form in which the user is presented with a list of all employees, you check off the people you want to include, and there is a text box to enter a description. I can get the data into the database just fine. The employee list contains only the selected employees (I am actually storing their ID#), and the list of roles contains that information.
Now, I am writing an edit function. I want to present the list of all employees, with the ones in the list already checked off and show their respective roles. Because is am storing their ID#s, I have to query my employee table to get the names. The lists are in a project table. I want to present this is a table, so it is nice and neat. I can get one list or the other to display correctly, but not both at the same time. Any suggestions? Iza? Simmerdown? Seems like you've been dealing with similar things. GunJack, you've been a tremendous help! I'm just a struggling newbie. I'll take any help I can get. Thanks a lot!