Search results

  1. M

    QueryDef definition

    Hallo Dcx Your sugested solution has fixing our problem. Thanks a lot about all of your kind help and attention,
  2. M

    Open form with criteria

    Dear All I have a problem with this code, when i exuting this code, the selected record is appeared with blank form. Is there any mistake with this code ? DoCmd.OpenForm "bincard_record_view", acNormal, , "contro_id = '" + Me.bincard_sub.Form!contro_id + "'", , acDialog, "View" Thanks mchoud
  3. M

    QueryDef definition

    I am using Ms Access 2000, so what should i do for solving that problem, Thanks
  4. M

    QueryDef definition

    Dear All I have code like the following, and when i try to run this code, there is an error message appeared " user define type not defined ? what its mean ? Private Sub Command5_Click() Dim qdf As QueryDef If vbYes = MsgBox("Are you sure want to delete the current record", vbYesNo) Then...
  5. M

    QueryDef definition

    Dear All I have code like the following, and when i try to run this code, there is an error message appeared " user define type not defined ? what its mean ? Private Sub Command5_Click() Dim qdf As QueryDef If vbYes = MsgBox("Are you sure want to delete the current record"...
Back
Top Bottom