Search results

  1. S

    Warning supression isnt working :(

    Private Sub Command40_Click() On Error GoTo Err_Command40_Click DoCmd.SetWarnings False 'Turn Warnings Off DoCmd.RunCommand acCmdSaveRecord DoCmd.SetWarnings True 'Turn Warnings On Exit_Command40_Click: Exit Sub Err_Command40_Click: MsgBox Err.Description Resume...
  2. S

    Subform / Query problem.. driving my crazy

    Hi all first post :) I have a table which contains technical information about subcontractors, including their performance (good,bad etc) which is chosen using a combo box when adding new records. I have decided to create a search form that contains a combo box with the same performance values...
Back
Top Bottom