I have a DBGrid on my form that shows the following information:
Date Type Time In Time Out Total Time
04/01/2004 ORIENT 8:30 am 10:30 am 2.0
04/03/2004 DLYPNL 9:30 am 5:00 pm 7.5
04/06/2005 DLYPNL 2:00 pm 4:30 pm 2.5
The total time field is a calculated field. There is another field in the query that is not shown in the grid which is the JURNUM (Part of the PK along w/ the date and the type).
Occasionally the users need to delete a specific time record and I'm having problems navigating to the proper record in the recordset to delete. I can delete records, but not the one selected. Can anyone tell me how I move to the record that was selected in the grid so I can delete it?
Thanks!
Leslie
Date Type Time In Time Out Total Time
04/01/2004 ORIENT 8:30 am 10:30 am 2.0
04/03/2004 DLYPNL 9:30 am 5:00 pm 7.5
04/06/2005 DLYPNL 2:00 pm 4:30 pm 2.5
The total time field is a calculated field. There is another field in the query that is not shown in the grid which is the JURNUM (Part of the PK along w/ the date and the type).
Occasionally the users need to delete a specific time record and I'm having problems navigating to the proper record in the recordset to delete. I can delete records, but not the one selected. Can anyone tell me how I move to the record that was selected in the grid so I can delete it?
Thanks!
Leslie