Search results

  1. M

    adding dates

    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...
  2. M

    linking a button to two text boxes

    Hello all, i have a button that need to open a new form but first it should search between two spacific dates (entered by the user through two text boxes). it always gives an "miss match error" here is the code of the button: ***************************************************** Private Sub...
Back
Top Bottom