northernbeaver
Programmer
I have a form that I almost need a grid or excell style data entry. its a form to enter employee hours against work stations. (how many hours on this date did this employee work at this station) to make it easy for users to enter an employees time sheet what would be ideal is all stations would be listed accross the top of the form and a box to record how many hours for each one under it. heres the real kicker.....the stations are not stationary. they change and can be added or deleted so the boxes cant be stationary or hard coded. the type of solution Im thinking about but cant figure out how to do is this: on form load, grab all the active stations and create a field for each one. then create an hours field for each one. upon pressing the save button (there would have to be a save button) a record would be created in the table for each hours box that has been entered so it can be called up in a report......am I making any sence? is something like this beyond access or do I just have to learn how to do this? can you create a form on the fly and does anyone know what the pitfalls are?