when the user double clicks in the "time out" field 4 hours are added from the value in the time in field to create the value in time out...both fields format are at medium time but i still get 12/31/1899 infront of the time. the vba i use on dblclick time out is
any suggestions???Me.Time_Out.Value = DateAdd("h", 4, Me.Time_in.Value)
Last edited: