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

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

    Sending parameters with MSTSC

    Hello all, I connect to the terminal server using MSTSC, when I run MSTSC.exe, it brings up the login screen asking for user name and password. Can I bypass this screen and send in user name and password parameters when I run MSTSC.exe? Any information will help, thank you.
  2. mms180

    Connecting to SQL Server remotely

    Hello everyone, I'm a beginner when dealing with SQL Server 2k. my PC is running only windows 2k, I can only install SQL server 2k Personal edition on it. Am I able to connect to this server from another machine? So far I cannot connect to it via ODBC or using VBA script. When I first ran...
  3. mms180

    Connect to SQL Server remotely using VBA

    Hello everyone, I hope I am asking the right people, I have an SQL server setup locally and I connect to it using this code: strConnection = "Driver={SQL Server};Server=PCNAME;Database=Master;Trusted_Connection=yes" Set cnDTB = New ADODB.Connection cnDTB.ConnectionString = strConnection...
  4. mms180

    Problems with Advanced Filter

    Please if anyone can help me... I am using Advanced Filter code to display a set of unique values from a large column of data here is my code to advanced filter Sheets("Data").Columns("D:D").AdvancedFilter Action:=xlFilterCopy, _ CopyToRange:=Range("B9")...
  5. mms180

    ODBC Connect

    hello, could someone please help me. I'm trying to find the proper syntax to open an MS Access database via ODBC connection in vb6...thank you
  6. mms180

    Deleting an entire row in an access table

    hello everyone, i'm a beginning programmer and i need help writing code to delete a row at a time... i have two tables and where there is a match in one of the columns, i want the row deleted in one of the tables. I use a "DELETE FROM [] WHERE Value1 = Value2" statement but it...

Part and Inventory Search

Back
Top