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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jospe1

  1. jospe1

    need to list table names from different database

    thanks for the reply Skip. I did a little more research and found a solution. set db = opendatabase(strSource) strSource is a variable that contains the path to the database. Gary
  2. jospe1

    need to list table names from different database

    Im working on an import form that will allow the user to import any table from any database that they select. I need to populate a combo box with the table names from the database they select. I have a function that populates a combo box with the table names of the database that you are...
  3. jospe1

    Progress bar question

    I would like to add a progress bar to my form to allow users to see progress on an updating function i created. The function runs a set of queries and takes about 10 minutes to complete, i would like to have a progress bar to let the user know that its still running and hasnt frozen up. any...
  4. jospe1

    Multiple user database problem

    I have an access database that is being used by multiple people. I need a way to track who is making updates, what updates they are making and when they are making them. The database is already set up to track who is using it, based on login. Any help or suggestions are greatly appreciated.

Part and Inventory Search

Back
Top