Search results

  1. S

    Error no 2950 Access 2007 and Vista

    Re I'd try it with code. In the OnClick property line, right click to get the Build... option and select EventProcedure. When the VB window opens, use this code: Private Sub Command1_Click() On Error GoTo Err_Command0_Click DoCmd.OpenQuery "qry_MyQuery", acViewNormal...
Back
Top Bottom