Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2020
    Posts
    2

    Can I update muiltiple fields records in a table using a form?

    Hello! Help please! I am trying to create a user friendly database for use with our construction company. I am trying to create a form (which seems to be the most user friendly) that pulls existing records and updates fields on the table based on the record found. See below...

    ID - (Auto numbered - identifies the existing record)
    Field 1 - Step 1 - Search existing records using this field.


    Field 2 - Step 2 - Auto populates based on the existing record. If duplicate Field 1's are found, there will be a drop down to select the correct record by the text in Field 2.
    Field 3 to Field 8 - Step 3 - All these fields auto populate based on selected record from Steps 1 & 2 in order to update the record. If no data exists, use the form to add data and update existing record.

    Click image for larger version. 

Name:	Form EXM.PNG 
Views:	13 
Size:	137.6 KB 
ID:	40580

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,954
    Are those search controls UNBOUND?

    Perhaps you need to set up second combobox as cascading - values in list are dependent on selection in first combobox. This is a very common topic and many threads and examples.

    Fields 'autopopulate' by simply going to desired record when using BOUND form and BOUND controls.

    Options for finding and 'going' to desired record.

    1) use intrinsic filter/search tools on ribbon and right click menu

    2) several methods in VBA - here is one http://allenbrowne.com/ser-62.html

    What have you attempted, if anything?
    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.

  3. #3
    Join Date
    Jan 2020
    Posts
    2
    Thank you so much for pointing me in the right direction. I don't know any of the correct terminology, so this really helps narrow it down!

    I only made that example form to markup and get help to make it work the way I imagine. Thank you again!

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

Similar Threads

  1. Replies: 3
    Last Post: 08-07-2018, 03:28 PM
  2. Replies: 2
    Last Post: 09-22-2017, 05:38 PM
  3. Replies: 1
    Last Post: 06-15-2012, 10:47 AM
  4. Replies: 3
    Last Post: 01-24-2011, 12:04 PM
  5. Replies: 5
    Last Post: 01-05-2010, 10:22 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