Results 1 to 3 of 3
  1. #1
    redsquad3 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2018
    Posts
    4

    Edit existing fields when creating Microsoft Access Form

    I'm trying to make a form where you can input an existing equipment and module and then input a new existing equipment and module, so for example lets say for the existing input I put Extractor for the equipment and M1 for the module and for the new input I want to put Extractor 2 and module M3. I want it to duplicate all the existing records on the table that have the Extractor as the equipment and the M1 as the module for the new input that I just put (which would be the Extractor 2 and the module M3) and then append the new duplicate records to the table.



    Click image for larger version. 

Name:	Capture.jpg 
Views:	16 
Size:	98.7 KB 
ID:	34089

    I'm making the form based on this table

    Click image for larger version. 

Name:	Capture3.jpg 
Views:	15 
Size:	199.5 KB 
ID:	34090

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,524
    a select query inside an append query.
    the select query pulls the items to be copied,
    the append query appends this (and any additions/changes) to the target table.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 05-18-2018, 12:33 PM
  2. Replies: 7
    Last Post: 12-12-2016, 02:34 PM
  3. Replies: 29
    Last Post: 05-06-2015, 10:18 AM
  4. Edit and Existing Form
    By sdel_nevo in forum Forms
    Replies: 7
    Last Post: 09-26-2013, 02:09 AM
  5. Replies: 24
    Last Post: 09-01-2010, 02:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums