silversurfer19
Registered User.
- Local time
- Today, 10:47
- Joined
- Aug 20, 2008
- Messages
- 26
Hi, I'm having what I think must be a fairly easy to solve problem (I hope) but I really can't sort it out.
I've created a data entry form for the table timesheets. This form is used to enter time sheets data on an almost daily basis for previous days, containing details about what employees were doing and for how long. In an effort to speed up the data entry I've used combo boxes for things such as employee name, process etc. As the data being entered tends to be coming from one date's worth of sheets at a time, and then from one employee's sheet at a time, it would also greatly speed the process if the user only had to enter the employee name and the date once, before moving on to the next record, while the data entered into these two fields remains persistant until altered specifically by the user. In an effort to achieve this I created a main form and sub form. The main form contains the employee and date, and then the sub-form everything else. When entering the data into the forms this gives the desired effect, the two values on the main form persist. However, when I checked the table I found that altho the employee name had been added correctly to every record, the date had only been added to one record at the beginning of each new employee, which contained nothing else but the employee name.
I suspect that I have not gone about solving this problem in the correct way, and would greatly appreciate any help that can be provided. (We'd already started to use the system before I noticed the problem, so it needs solved asap) :S
Thank you in advance,
I've created a data entry form for the table timesheets. This form is used to enter time sheets data on an almost daily basis for previous days, containing details about what employees were doing and for how long. In an effort to speed up the data entry I've used combo boxes for things such as employee name, process etc. As the data being entered tends to be coming from one date's worth of sheets at a time, and then from one employee's sheet at a time, it would also greatly speed the process if the user only had to enter the employee name and the date once, before moving on to the next record, while the data entered into these two fields remains persistant until altered specifically by the user. In an effort to achieve this I created a main form and sub form. The main form contains the employee and date, and then the sub-form everything else. When entering the data into the forms this gives the desired effect, the two values on the main form persist. However, when I checked the table I found that altho the employee name had been added correctly to every record, the date had only been added to one record at the beginning of each new employee, which contained nothing else but the employee name.
I suspect that I have not gone about solving this problem in the correct way, and would greatly appreciate any help that can be provided. (We'd already started to use the system before I noticed the problem, so it needs solved asap) :S
Thank you in advance,