Hello again,
I found a working solution now.
For some reason
If Me.Dirty Then
Cancel = True
End If
is not working in the Form_UNLOAD event, but I have a seperate field, that checks whether a record is being edited or not. Based on that field I can check if the record is dirty or not...
Thank you for the quick responses, I'have a look at all of them.
If I may, I might post follow-up questions or whether I managed to implement your feedback ^^
Hello ^^
I have spent the better part of a week researching on this topic, and I am not sure whether there is a simple(r) way of doing this - if you can help me or show me my error of ways, I'd be glad :)
Background info:
I want to have a pop-up form, that behaves and looks like any normal...