Original table
Rec, T, Date In, Time In, Date Out, Time Out
-----------------------------------------------------
8, 110, I, 12/3/2010, 7:36, -, -
9, 110, O, -, -, 12/3/2010 ,11:50
10, 110, I, 12/3/2010, 12:57, -, -
11, 110, O, -, - ,12/3/2010, 16:31
Same table consolidated
Rec, T, Date In ,Time In, Date Out, Time Out
-----------------------------------------------------
8, 110, C ,12/3/2010, 7:36, 12/3/2010, 11:50
10, 110, C, 12/3/2010, 12:57, 12/3/2010, 16:31
- = null I've put , to make it look better here.
Rec is just the record number
How can I accomlish this with a button on a form in MS Access?
In a software I have (made maybe in Fox Pro) they have a menu option to do this. I want to do this too but in access.
Yap