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...
hello
Please explain me differences between "YourFieldnameInTable" and "YourTableName"?
"YourTableName" - i know where is tables but where is "YourFieldnameInTable"?