Quickchange
Technical User
I have a project Database and users need to be able to enter many employees who are members of a given project. I want these to come from the Employee table. I also need to be able to enter the time each person spends on the project. This will vary and be in hours. I can get a list box on the form to come up with the employee names but how do I get a way to input the time for each? Elizabeth and Jim gave me some good examples of taking values selected in a list box and storing them in a text box in a previous question. If I could add the time to that example and build on it that would be great. If not any ideas on how to accomplish this will be appreciated. Thanks