Recent content by mr.cool

  1. M

    how to update two table

    anyone here plz:(
  2. M

    how to update two table

    up up up up up
  3. M

    how to update two table

    here is what am i trying to creat: I have two tables,one called tabman and the other one called subtable. the second table is kustcalled subtable, it is actually not a subtable. THe problem iam facing is that one i update table "tabman" it would be updated find. However, updting the second...
  4. 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