Results 1 to 2 of 2
  1. #1
    WAVP375 is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Dayton Ohio
    Posts
    171

    Saving record preserving entered data in text boxes without closing the form

    When saving the record created in a bound form with multiple text boxes which will be the same for subsequent records, works fine for the first record. Subsequent records overlays the previous record not adding it to the table. The code used for this is:

    Private Sub CmdSave_Click()
    DoCmd.RunCommand acCmdSaveRecord
    Me.ImagePath = " "
    Me.DocumentTitle = " "
    End Sub

    Two of the text boxes are the only ones that change and are blanked out.
    The form is not closed.



    Question: Can you save multiple records without closing the form?

  2. #2
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,402

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

Similar Threads

  1. Replies: 5
    Last Post: 01-27-2016, 07:05 AM
  2. Closing form without saving data
    By Thompyt in forum Programming
    Replies: 5
    Last Post: 03-28-2015, 02:55 PM
  3. Replies: 2
    Last Post: 03-06-2015, 01:13 PM
  4. Replies: 3
    Last Post: 06-02-2011, 07:40 AM
  5. Closing and saving a form
    By Lxmanager in forum Forms
    Replies: 14
    Last Post: 11-21-2010, 02:04 AM

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