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 strongm 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. Adlorem

    Pass data to variables from Access database

    Thank you for your time. It took me a moment to understand your code. Meanwhile I switched to SQL database and came up with this idea that works ;) Dim cs As String, cn As Object, cmd As Object, rs As Object, rc As Object Dim ListClients() as String cs = "driver={SQL...
  2. Adlorem

    Pass data to variables from Access database

    Here is my code fo far Const DBNAME = "H:\Attachmate\CustDat.mdb" Dim cs As String, cn As Object, cmd As Object, rs As Object, rec As Object cs = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DBNAME & ";Persist Security Info=False" Set cn = CreateObject("ADODB.Connection") Set cmd...
  3. Adlorem

    Pass data to variables from Access database

    I have found several examples how to pass data to Access Database, but need small example how to get data from Access and use it as variable using Select query. Any help ;) ?
  4. Adlorem

    Read user data from Avctive Directory

    Hi, I am just wondering if this is possible to read logged user data form Active Directory?

Part and Inventory Search

Back
Top