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

    Out of Slack Space VB6 to Access 2000

    I have setup all the DAO connections for VB6 to connect to Access 200 Db just fine. Everything was working ok, then I started getting the following error when I try and create a new record: "Out of Slack Space" to me this sounds like something with the harddrive, yet when I place this on a...
  2. whipper

    Query based upon table exclusions and inclusions.

    Ok lets see if I can explain. I want to make a query that will set criteria based upon entries in a table. So, let me give you some data to play with. Table1 - field1, field2 row1 - l2a1234, Y row2 - l2a2345, Y row3 - l2a3456, M row4 - l2a4567, N Table2 - field1, field2, field3 row1 - "Y"...
  3. whipper

    Authenticate with Microsoft Access

    I have a Microsoft Access database and I wanted to set up authorization based upon our LDAP server, so I don't have to add everyone to the security file as default. From what I have found I need to install ADSI on my computer to use the IDSOObjects. Is this possible? Thanks
  4. whipper

    Make Subquery show records

    Ok, I have one table that lists activities of hardware. I want to sum the count between activities. Here is my table: History: HW | SN | DateTime | Activity | count -------------------------------------------------- 101 | 2 | 5/3/03 11:45:04 PM | 1 | 0 101 | 2 |...

Part and Inventory Search

Back
Top