i made a form with check filed
i want if i check this filed it copy filed from table1 to new record in table2
i made like this
Private Sub track_BeforeUpdate(Cancel As Integer)
If Me.track.Value = True Then
Database.Form_Mtable.Watched.Value =
End Sub
any advice plz
i want if i check this filed it copy filed from table1 to new record in table2
i made like this
Private Sub track_BeforeUpdate(Cancel As Integer)
If Me.track.Value = True Then
Database.Form_Mtable.Watched.Value =
End Sub
any advice plz