Access 2007 Split form use with vba

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avtuvy
    New Member
    • Jun 2009
    • 2

    Access 2007 Split form use with vba

    My Access 2007 access application includes a split form, The user updates or enters data to the top part of the form (text boxes) and than click a button to save the data. with thedefault settings of the form the data ism saved if the user exits the form and I need to change prevent that how can I do that?. With
    I wrote a similar app with Access 2003 and did all the work with VBA and it worked well but it did not have the split form feature which I like to have in the new version.
    I tried to do use a similar VBA algoritm with the split form version but as soon as I update one field in one record with a certain value it displays the same value for all records (it does not save them though)
Working...