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

    Primary key dropped during Compact and Repair

    Hi all. I have an MS Access 2000 database used as the backend for VB code. At a client's site, multiple networked users are connected to the database at any time. Some users occasionally receive the message: "Record(s) cannot be read; no read permission on 'XXXXXXX'" on a few...
  2. timmah13

    Query help: Access 2000 to SQL7

    I'm in the process of converting my VB app from Access 2000 to MSDE 1.0 (SQL Server 7). I've been modifying the queries as necessary, but have one question for which I can't seem to find an answer. Here's a query example: SELECT E1.EmpNo, E2.EmpNo FROM (Trxn_Mast AS TM LEFT JOIN...
  3. timmah13

    Error using ActiveX EXE on server

    I created an ActiveX EXE to replace a class that may need to be changed often. Instead of having to recompile the application (8 MB), I wanted to be able to simply and quickly replace the ActiveX EXE (80 KB) via an internet connection. The application is placed on the server with multiple...
  4. timmah13

    Re-order images by dragging

    I have multiple images that are named in sequential order (i.e. Image01.jpg, Image02.jpg, etc.). I would like to give the user a way to re-order the images visually by simply displaying all images in the current sequential order and allowing the user to drag images into the desired order...
  5. timmah13

    VB6 & craxdrt.dll: verify report database in code

    I have 100+ reports which were created using a native connection (psbdao.dll) to an Access2000 DB in Crystal Reports 8.5. In VB using the craxdrt.dll, I'd like to automate a way to verify each report against the DB. I am able to view a report at run-time if the DB has not changed, but I get no...

Part and Inventory Search

Back
Top