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 derfloh 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: DominicG
  • Content: Threads
  • Order by date
  1. DominicG

    Does anyone have a script , that returns user names

    looking to run a script to return user names on a Domain either in dos or VB. Can anyone help.. many thanks
  2. DominicG

    HOw DO I - DO A SQL SELECT statement on a string contain ing ","s ???

    I am writing a sql statement in VBA access using recordets, where the table only has one text column. the select statement used is as follows; par = "Select * from core1 order by idnumb" Set rst = db.OpenRecordset(par) ads1 = Len(rst.Fields(1).Value) the text in the table in one column in...
  3. DominicG

    Reading from Text Files

    I am looking to read some information from a fixed width text file. Using VBA in Access i want to put an if statement depending on the first two characters. Then I want to change one of the characters. can anyone point me in teh right direction and perhaps supply me with some sample code.

Part and Inventory Search

Back
Top