Share via

Continuous Data Entry Form with button to save ALL records

Anonymous
2014-12-12T19:48:44+00:00

Hello,

I've seen a few posts/answers for a Save button on a data entry form, but its done after each record.

I have a data entry form where the user will be entering multiple records (4-5 fields) per record. Is there a way to save all the records at the end rather than one at a time?

Thank you in advance.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2014-12-12T20:11:13+00:00

    In a bound form, each record is saved automatically when the user moves to a different record. So there can only be one unsaved record at any moment in time.

    You'd have to create an unbound form to do what you want, but creating an unbound form that can display multiple records simultaneously would be a daunting task...

    Was this answer helpful?

    0 comments No comments