I've been searching for this through out the web and cannot find an answer. I've made a VBA module that creates a new form and places controls on the form. It's ment to be a temp form though and when I try to close, it will prompt me to save the form. There seems to be no way to bypass this.
Another option is to save the form and then delete it but the problem is that it's a multi-user inviroment so there will be a lot of temp forms present e.a.
Form1
Form2
Form3
Can anyone point me into the right direction to do this? To be honest, the whole forced save prompt doesn't make any sense to me, just close the damn thing without changes ><
Thanks in advance!
Another option is to save the form and then delete it but the problem is that it's a multi-user inviroment so there will be a lot of temp forms present e.a.
Form1
Form2
Form3
Can anyone point me into the right direction to do this? To be honest, the whole forced save prompt doesn't make any sense to me, just close the damn thing without changes ><
Thanks in advance!