Hi
I have a simple database made up of the following:
Table Operative List - just a list of names
Table Project Name - just a list of projects
Attendance Register - Date, Operative Name, Project Name, Hours, Notes
I have a form which allows you to pick:
Date
Operative Name from dropdown
Project Name from dropdown
Hours
Notes
However it occured to me that instead of doing it like this for one entry per man per day, how would I create a form or something to automatically populate a table of all names in the list, all for the current day on one screen? This way I could just go down and enter the variable info such as allocating them to a project, inputting hours and adding any notes.
Would probably be a lot quicker.
Does this rambling make sense??