I have a Form bound to a table, but when I save, for which I have a button, I need to do some manual flag setting. The saving works, but I noticed that because it’s bound, it saves anyway. How can I prevent the automatic saving, although its bound? Is there a way of interrupting before_update() or something?
Before you ask, I have it bound so that I can see the number of datasets and use the arrows to scroll through datasets, plus it’s easier to fill the various text fields and combo boxes when it’s bound.
I’m using access 2021 by the way.
Thanks in advance