How to input and save data and continue adding record in multi page form?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AccessNewGuy
    New Member
    • Jan 2011
    • 1

    How to input and save data and continue adding record in multi page form?

    Using Access 2007, I have a simple application consisting of two forms with a nbrID numeric (non-auto) primary key. These forms basically capture donation information and update a donor database. My question is: How can I, using a simple command button to save updated information on FormA, then go to FormB with the same current donor record to continue data entry on the current record?

    As it is now, FormB defaults to the first database record whereby we have to manually go down to the current record to continue our data entry. I'm a little more familiar with macro solutions v.s. VBA solutions. I think I just need to enhance my macro that advances FormA to FormB but I don't know how to maintain the current record. Thanks!
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    You may find this solution useful: http://www.baldyweb.com/wherecondition.htm

    Comment

    Working...