PhoenixofMT
Part-time Access Guru
- Local time
- Yesterday, 21:14
- Joined
- Jul 23, 2008
- Messages
- 35
I have a find button on my form that opens the Find/Replace dialog. Because I don't want my users wantonly replacing half the entries in the table, my find button first sets AllowEdits to False. The problem I'm having is setting it back to True when the dialog is closed. I've found that if I set it before the Find dialog is closed, the Replace tab will magically appear when it gets focus again. Is there a way to tell if the dialog is still open before allowing edits?