Results 1 to 2 of 2
  1. #1
    asmith533 is offline Novice
    Windows Vista Access 2007
    Join Date
    Sep 2012
    Posts
    13

    Updating Data in a Form


    I have two forms, one for requests and one for inputting in new customers. I have a button on the requests form that opens the customer form to add a new customer. When you close the customer form, the only way to get the new customer to show up is to close the requests form and open it again. Is there a way to make the data update without having to open and close the form? Even better would be to have the field populate with the new customer's name?

  2. #2
    uncletreetrunk is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    72
    You should be able to use the Requery command to update your form without having to close and reopen

    ie. Forms!FrmName!.Requery or just Me.Requery if you are in the form you want to update

    If you set the txtbox's control source, I think a requery would update those as well

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

Similar Threads

  1. Form Data Not updating to table
    By crsimkins in forum Access
    Replies: 3
    Last Post: 01-19-2012, 10:27 AM
  2. Replies: 2
    Last Post: 08-02-2011, 07:25 AM
  3. Updating table data while in use
    By crispy-bacon in forum Access
    Replies: 5
    Last Post: 06-03-2011, 12:49 PM
  4. updating a form with new data
    By markjkubicki in forum Forms
    Replies: 6
    Last Post: 08-25-2010, 01:29 PM
  5. Updating data within a form/table.....
    By softspoken in forum Forms
    Replies: 3
    Last Post: 04-15-2010, 06:33 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