Search results

  1. M

    how to update two table

    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"...
Back
Top Bottom