jenntheblond
Registered User.
- Local time
- Today, 20:55
- Joined
- May 9, 2001
- Messages
- 15
Anyone besides me could know this. I am trying to run a test to see if information matches up. If it doesn't, the user needs to go fix the problem, thus close the form "matching form" and go elsewhere. My problem is that I am BRAND SPANKING NEW to VBA (i'm trying to wean myself out of macros) and I can't figure out how to close my form. I used the
Docmd.Close acform "matching form" code but it gives me a run-time error and tells me I can't do that while processing an event. What? Help!
Docmd.Close acform "matching form" code but it gives me a run-time error and tells me I can't do that while processing an event. What? Help!