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!

Search results for query: *

  • Users: funger
  • Content: Threads
  • Order by date
  1. funger

    Table security

    I have a database that consists of a frontend and a backend. I need to be able to secure the tables in the backend so that I can access them through code, and the interface, but so that the user can not access the tables directly, nor can they import the table objects into a new database. How...
  2. funger

    NotInList Event + Formatting = Problems.

    Hi! I have a dropdown that holds a list of dates. I want this list to all be formatted the same: mm/dd/yyyy. The problem arises when someone enters m-d-yyyy... Because the NewData value in the NotInList event does not follow the format of the data in the list, the code crashes. Can anyone...
  3. funger

    Include Access 2000 Runtimes - P & D Wizard

    HI all, a little help please. :) I am trying to create an installation package for my database. I have the package and Deployment wizard installed. I am going to be distributing my database to clients who may or may not have access installed, so I want to include the Access Runtime Libraries...
  4. funger

    Deleting external forms

    Hi all! I am trying to make a small 'patch' database that will replace items in a much larger 'master' database. In this patch I need to replace two forms in the master database. I am able to use DoCmd.TransferDatabase to move the forms from the patch into the master, however I don't know how...

Part and Inventory Search

Back
Top