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

    Cancel Save Changes

    I have a form that has a close button. If the record has been modified and the record has not saved (the record is 'dirty'), then a message box appears asking the user if the record should be saved. My problem is that even if the user selects no and the cancel event happens, the routine...
  2. RobCPA

    DLL PASS SERVER AND DATABASE

    I've created a dll that contains a class module with Property Lets and Gets. I'm passing in the server and database string variables, but need to get these passed to standard modules within the dll so that I can open ADO connections for use in other standard modules. Can someone explain how to...
  3. RobCPA

    Another way?

    We have developed a merge purge application where we attempt to match one incoming name and address to records in another table (4 million records). The address matches consists of 10 different checks with different point levels for each type of match. Currently, we have stored procedures that...
  4. RobCPA

    Access to database on web server

    I've been programming in VBA and SQL for a few years, but am new to ASP and web programming concepts. I'm creating my first ASP page with an Access table as the database. I can figure out how to get data from the database to the web page and also to save data from the web page to the database...
  5. RobCPA

    Create Groups in VBA

    In Access 2000 and XP give the user the capability to create Groups which can contain links to particular objects such as tables, queries, etc. Does anyone know if there is a way to copy these objects to groups programmatically using VBA?

Part and Inventory Search

Back
Top