hello
how I can update two table
I have
table 1 -tabman
table 2 -subtable
and I'm using this code for this
Private Sub updt_Click()
If IsNull(fnumber) Then
If MsgBox("?", vbCritical + vbOKOnly, "?") = vbOK Then
End If
fnumber.SetFocus
Exit Sub
End If
If DLookup("no_itm"...