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 Chriss Miller 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. StarPassing

    Adding Code to Excel

    I am placing code in Excel from Access using Application.VBProject.VBComponents and all works well, but Excel pops a dialog box saying “This action will reset your project, proceed anyway?”. I’ve tried DispalyAlerts=False and EnableEvents = True, but nothing works. Any ideas?
  2. StarPassing

    FedLog Using Access

    I’m looking for anyone using FedLog through Access or VB that will share ideas and code.
  3. StarPassing

    Insert Bitmap Into Field as Bitmap Image

    I need to Insert a Microsoft Paint object (a bmp file) into an OLE bound object field as a Bitmap Image. I found how to copy the field to a bmp file, but cannot find anything on bringing it back into the field to be modified in Paint. This must be done in code. I know you should not store...
  4. StarPassing

    Query to Return Latest Dated Records Among Like Key Fields

    Need a query that will return the latest dated record among like key fields. Example: Para Grade Date 1 85 04/01/04 2 92 03/28/04 1 91 03/26/04 3 90 04/02/04 2 85 03/29/04 The query should return the following. Para Grade...

Part and Inventory Search

Back
Top