M
Maryamka
Guest
Hi,
I'm struggling with a problem. To simplify, I have a relational database and a main from with a bunch of combo boxes. One of the combo boxes shows a list of users. The list of users is linked to the UserID (in the user table) but actually displays the user's name. When a user leaves I do not want to delete him/her because I need to keep old entries of work done for that user, however I do not want the user to continue to appear in the combo box list. When I tried to chnage the combo box and based it on a query which excludes old users, all old entries for those users showed a blank user name. Is there a way to get around this? I would like to see the names of old users in old records but not have the option to select them for new jobs. Any help will really be appreaciated! Thank you....
I'm struggling with a problem. To simplify, I have a relational database and a main from with a bunch of combo boxes. One of the combo boxes shows a list of users. The list of users is linked to the UserID (in the user table) but actually displays the user's name. When a user leaves I do not want to delete him/her because I need to keep old entries of work done for that user, however I do not want the user to continue to appear in the combo box list. When I tried to chnage the combo box and based it on a query which excludes old users, all old entries for those users showed a blank user name. Is there a way to get around this? I would like to see the names of old users in old records but not have the option to select them for new jobs. Any help will really be appreaciated! Thank you....