G
Guest
If there is an empty field in a record say a record that contains the start
and end times for a job and the end time field is empty, how can the end time
data be added to that field. The user signs on to the job and his information
becomes a record in the track time table. The end time field is empty. The
user signs off from that job. We want to put the sign of time in the same
record within the track time table with the sign on time. We tried using an
update query but we get two records for each user, one record has the sign on
time and the other has the sign off time.
and end times for a job and the end time field is empty, how can the end time
data be added to that field. The user signs on to the job and his information
becomes a record in the track time table. The end time field is empty. The
user signs off from that job. We want to put the sign of time in the same
record within the track time table with the sign on time. We tried using an
update query but we get two records for each user, one record has the sign on
time and the other has the sign off time.