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 Shaun E 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: *

  • Users: Kozia
  • Content: Threads
  • Order by date
  1. Kozia

    Connecting to Oracle. Prompts for DSN driver but its already provided

    I have a code as follows: Dim strConnect As String Dim strMsg As String Dim db As Database Dim tdfLocal As TableDef Dim varTblArray As Variant Dim varTblItem As Variant Dim conn As ADODB.Connection Dim rstmat As ADODB.Recordset Dim strc As String Dim...
  2. Kozia

    Connecting to Oracle missing expression error

    I desperately need help on this one I have a code someone posted for me but I am running into a missing expression error. Set conn = New ADODB.Connection 'Define new ADO connection Set rstmat = New ADODB.Recordset...
  3. Kozia

    ODBC Connection From Access to Oracle (Table problem)

    I have a code: Dim wrkRemote As Workspace Dim dbsRemote As Database Dim strConnect As String Dim rst As ADODB.Recordset Dim db1 As Database Dim rst2 As Recordset Dim rname As String strConnect = "ODBC;DSN=ORAPRD0;UID=******;DBQ=PRD0;ASY=OFF;PWD=****&quot...
  4. Kozia

    How to create EXE file

    I am looking for tha name of utility that creates exe files. In access there is an option to create an mde. But I want a stand alone app so people won;t have to have access installed. I know there was a utility on the cd of access 97 professional but I have no idea what it was called. Now I...
  5. Kozia

    Find out the contents of a variable

    I have a form with 30 buttons on it named cmd1, cmd2 and so on. They all have different Caption which is cost ID. along with buttons I have display fields that holds the description of the corresponding button. However the description is captured from a table onLoad. to get the description and...

Part and Inventory Search

Back
Top