Search results

  1. P

    SQL Server import into Access

    I'm getting a strange occurance when importing orders from a SQL server table. For a little background, I'm using SQL Server 15 and MS Access 365. I am bringing orders into SQL from our website with an API. From there I'm running a series of stored procedures to import them into our Access front...
  2. P

    Subform visible/not visible

    I have a form "Order Summary"(main form) and two sub forms. I would like to display one or the other sub from based on a check box (retail) on the main form. This is "on current" of form. Me.ShipToAddressTablesubformRetail.Visible = Me.Retail Me.Ship_To_Address_Table_subform.Visible = Not...
Top Bottom