Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MacDaddyNickP

    ODBC Connection Issue

    I have some code (see below) which executes a SQL Pass-Through Query which calls a stored procedure in a network SQL database. When I use the QueryDef.Connect property set to just qdf.connect = "ODBC;", the program prompts me with the expected input prompt, listing the available ODBC...
  2. MacDaddyNickP

    Why does this SQL Statement generate an error?

    I have a dynamic SQL statement which appends a record to a local Access table. This is the statement: INSERT INTO tbl_Scoring_Results (DPS_Num, Svc_Request_Status_Date, Company, City, State, Overall_Score, Communication_Score, Professionalism_Score, Expertise_Score, On_Time_Score, Dell_Score)...
  3. MacDaddyNickP

    Using MSSQL Server as data source, how to access SQL tables best

    I have recently begun work on a project using MS SQL Server 2000 as a data source and am trying to understand the 'best' way to access the tables, ODBC or otherwise. How does one configure Access to use ODBC tables. I have written a considerable amount of VBA Access code and am pretty familiar...
  4. MacDaddyNickP

    Using Property Set Statement correctly

    Does anyone have a good example of using a Property Set Statement correctly to a user defined class.
  5. MacDaddyNickP

    DAO Connection Code for MS SQL

    Does anyone have code example of using a connection to a MS SQL backend database? I'm new at this and would appreciate any help there is out there.
  6. MacDaddyNickP

    Iterating through a User Defined Collection

    I have a Collection Object called SvcTags to which I add a number of class objects called oSvcTag. The code executes fine in adding items to the collection, however, When I try to iterate through the collection of objects in a later step of the Procedure to view properties of the instantiated...
  7. MacDaddyNickP

    Phantom Fields in Query

    I have inherited a database which uses numerous nested queries to execute business logic. In drilling down into the database I have identified some of the logic in the queries, which is implemented using IIf() functions to test the values of fields in the underlying queries/tables against each...

Part and Inventory Search

Back
Top