Stopping autosave with forms that have subforms

R

ruralguy via AccessMonster.com

What do you mean by "AutoSave"? Are you referring to the save that happens
if you make a change to a MainForm and then move the focus to a SubForm?
 
R

Rick Brandt

tope12 said:
How do you stop autosave with forms that have subforms?

That is not something that can be turned off. You would have to do a LOT of
extra work like use unbound forms and do all saves with code and/or use work
tables for your form instead of the real ones.

Best is to learn how to use Access at it actually works instead of how you think
it should work.
 
Top