Hi all,
i have a form in ACCESS, that contains three fields:
-date1
-duration
-date2
both date1 and duration will entered form the user, and they will added together to give me date2.
here is the code of the whole form:
Private Sub Command8_Click()
On Error GoTo Err_Command8_Click...