Recent content by ddrake

  1. D

    how delete current record

    This will happen with a new record, i.e. a record that hasn't been saved yet. There are a few ways you could handle the UI, but I think this should work: Private Sub Form_Current() HandleEnabling End Sub Private Sub Form_AfterUpdate() HandleEnabling End Sub Private Sub...
Top Bottom