Consulting

Results 1 to 3 of 3

Thread: Table records exporting to another table.

  1. #1

    Table records exporting to another table.

    Dear All,

    Can i export one table records to another table .
    These two tables are from two different Access forms.

    Please help.

    Rgds,
    Aligahk06

  2. #2
    VBAX Guru
    Joined
    Mar 2005
    Posts
    3,297
    Location
    Do you mean that you want to Add the data from one table in to another table to delete one of the tables?
    As Duplicating data is not recommended.

  3. #3
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,675
    Location
    If both tables duplicate the same data, then you have a problem with your database structure- it's neither truly relational nor normalized. You can have multiple forms feed from the same table, but you should have a query between them that controls which data from the table is displayed on the form.
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •