Search results

  1. H

    Build unique tables

    I have a reference table and a detail table with multiple rows for each value in the reference table. A sample of each is attached. I need to build a unique table for each row in the reference table with the data in the detail table for the associated reference value. I am new to VBA...
  2. H

    VBA Pass Thru to SQL query

    I am new to VBA programming and I would like to run a pass-thru query (to SQL Server). I have the following code developed that compiles and executes without error, but I am not sure it does anything (at least not that I can see. I run the code using a Macro without error, but also without...
  3. H

    Open Access 2007 database from another

    We have just converted from Access 2003 to Office (Access) 2007 and I am trying to convert a script we had to ADO structure. The intent of the script is to move via form button from one databast to another. Below is the script from "Before" and "After". The intent of the test is to move from...
Back
Top Bottom