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 gkittelson 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. DavidSoussan

    Push Changes out to Multiple Databases

    You can set up a replication set and designated design master to accomplish this. Search the Access Help to find out more. However, replication in Access is not all that it is cracked up to be and most people find simpler methods such as redwoodly's. We developed a menu system for users to...
  2. DavidSoussan

    Hosting an Access '97 Application. Good practices.

    Just one point here: never distribute or use an MDB in production, always create an MDE for end users to use. This is both a basic security principle and an operational advantage: the MDE is always named the same but each version of the MDB is named with a version number to control development.
  3. DavidSoussan

    Enter data in two tables at the same time

    What you have here is a typical Hierarchical Data problem and there are 2 established solutions to this: The Adjacency List Model and The Nested Set Model. Here are 2 articles that fully explain these models and provide you with all of the queries you need to implement them...

Part and Inventory Search

Back
Top