Currently trying the events as follows, I have attached the demo database I was using.
Private Sub check_in_AfterUpdate()
Debug.Print checkForExistingBooking(Me.roomno, Me.check_in, Me.check_out, Me.ID)
End Sub
Private Sub check_out_AfterUpdate()
Debug.Print checkForExistingBooking(Me.roomno...