vba - Disable Autosave in Microsoft Access -


i newbie access , want know something.

i created form , doesn't work way want to. when enter data form fields data saved automatically. want disable auto save feature , make user click save button save record because want run code when new recode added or existing record changed.

a quick solution appreciated.

use unbound form , create vba code save data table on on_lick event of custom save button


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -