Recent content by szymciooo84

  1. S

    After delete any record, autonumber start with next number

    Hi Why i have this part in red? If IsNull(22) Then 22 = 1 22 = varID Please see all my code: Private Sub Ctl22_Click() Dim varID As Variant If IsNothing(22) Then ' Get the previous high number and add 1 varID = DMax("Baza", "22") + 1 ' If this is first one, then value will be null If...
  2. S

    After delete any record, autonumber start with next number

    hello Please explain me differences between "YourFieldnameInTable" and "YourTableName"? "YourTableName" - i know where is tables but where is "YourFieldnameInTable"?
Back
Top Bottom