Results 1 to 2 of 2
  1. #1
    N7925Y is offline Advanced Beginner
    Windows 10 Access 2013 32bit
    Join Date
    Apr 2016
    Posts
    32

    Can I update a table from a form?

    I have a table that displays a single record from a table. After I make my changes to the data I want to have that data populate a different table. Any ideas?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    query.
    use an update query to modify item from form.

    update table set [myfield] = forms!myform!txtBox

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

Similar Threads

  1. Replies: 12
    Last Post: 11-11-2014, 02:10 PM
  2. Update Table after Record Update with Form
    By speciman_A in forum Forms
    Replies: 25
    Last Post: 10-31-2014, 01:00 PM
  3. Replies: 2
    Last Post: 10-10-2014, 05:33 AM
  4. Replies: 7
    Last Post: 09-21-2012, 11:09 AM
  5. Replies: 2
    Last Post: 12-22-2010, 01:46 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