I have a form which is used to input information for projects. I want to put a list box on the form that shows all employees. I want to be able to click on employees to select them, them move them (with the click of a button or by double-clicking them) to an empty list box (All employees that...
I want to be able to have a form, where a certain set of users sees only the screen to add new records - and after they have added a record, they can only see those he/she has added.
Any ideas?
I have created a database and a nice form with some VBA in the background to do certain things. Now I am told that they want the form to be a dynamic form that can be accessed from each employee's browser window. I have looked into the data access pages, but they can only be based on tables and...