Search results

  1. A

    Importing MS Project data into Access

    Does anyone know how to import Microsoft Project data into an Access database? I am looking to use "high level" MS Project schedule data as input to a new Access application that I am currently designing. Is this even possible? Any help or links to more information is GREATLY appreciated...
  2. A

    Check for errors in a Macro?

    How can I prevent all remaining Macro actions from executing after getting an error in a vba module (such as an ODBC timeout) in a previous macro step? I know I can add conditions to each macro step, but don't know how to look for "any error". Any help is appreciated!! Thanks
  3. A

    Using control names in SQL

    I am creating a query that retrieves data from one table and creates a second table. I want to name the columns in the new table using the contents of the controls from a form within the same mdb. The form will be open when this query is run, but I am having trouble creating and saving the...
  4. A

    Saving Crosstab query results??

    Does anyone know how I can save the results of my crosstab query into a new table (like a Make Table query does)? Any help would be greatly appreciated!
  5. A

    Need help using QueryDef to create SQL

    Any help with this is appreciated, I'm treading new territory here: I am creating a QueryDef object so that I can dynamically build a simple select statement using a value entered on a form as the field to return. It builds my SQL statement just fine (as I see in the MsgBox display). It...
Back
Top Bottom