Search results

  1. S

    Duplicate a record from an Access form

    Hi all, I have an Access front-end app with a SQL Server back-end. One of the forms shows products, displaying fields from three different tables in the database. I need to add a button in that will duplicate the product using the Product ID. So essentially a new record will be created in all...
  2. S

    MS Access ODBC Call Failed Error

    Hi All, I have a database which is Access FE and SQL Server BE. I am trying to input data into a form and get an MS Access Run-time 3146 ODBC Call Failed Error. The debugger points me to the below, highlighting the 'DoCmd.OpenForm' part. Private Sub cboDelegate_DblClick(Cancel As Integer) Dim...
Top Bottom