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. e151280

    How to programmatically change MS Access menu options

    MS Access 2003 Is there a way to programmatically change MS Access menu options from within an access program? For example, my access app has a macro that moves records from an active table to an archive table, by means of appending records to the archive table and then deleting the same...
  2. e151280

    How to programmatically change MS Access menu options

    Is there a way to programmatically change MS Access menu options from within an access program? For example, my access app has a macro that moves records from an active table to an archive table, by means of appending records to the archive table and then deleting the same records from the...
  3. e151280

    How to move records from one table to another

    The ID field is not autonumber... just an ordinary text field. it is unique in table_a, however, with multiple matching child records in table_b. same situation in arc_table_a and arc_table_b.
  4. e151280

    How to move records from one table to another

    Greets, all..... i'm a casual access user, who has wandered into waters that are too deep. have 2 tables (table_a & table_b)related by a common id number... no referential integrity hassles because the tables already contain orphaned data that i have to keep. what i'd like to do is this...

Part and Inventory Search

Back
Top