Search results

  1. A

    Auto-increment values

    hello The suggested formula- MyAutoNumber = DMax(MyAutoNumber)+1. Where can paste it? Please can you explain it to me? Thanks
  2. A

    form toolbars

    I would like to hide the toolbars on the form. Could you please explain to me to do it? Thanks
  3. A

    Auto-increment values

    hello I have set up the primary key as auto-increment through sql. coursereference int AUTO_INCREMENT, I have also entered VBA code for event handler below: Private Sub Form_AfterInsert() Me.Requery DoCmd.GoToRecord , , acLast End Sub Every time when I delete the previous value , the next one...
Back
Top Bottom