R rexb Registered User. Local time Today, 12:06 Joined Oct 29, 2008 Messages 129 Jul 22, 2009 #1 I created an exit button. I want to close everything (database, forms, query, macro). But the codes I put in it just doesn't work. How do I do this? thank you.
I created an exit button. I want to close everything (database, forms, query, macro). But the codes I put in it just doesn't work. How do I do this? thank you.
boblarson Smeghead Local time Today, 11:06 Joined Jan 12, 2001 Messages 32,040 Jul 22, 2009 #2 rexb said: I created an exit button. I want to close everything (database, forms, query, macro). But the codes I put in it just doesn't work. How do I do this? thank you. Click to expand... What did you put? Application.Quit should work (if code and macros are enabled).
rexb said: I created an exit button. I want to close everything (database, forms, query, macro). But the codes I put in it just doesn't work. How do I do this? thank you. Click to expand... What did you put? Application.Quit should work (if code and macros are enabled).
R rexb Registered User. Local time Today, 12:06 Joined Oct 29, 2008 Messages 129 Jul 22, 2009 #3 boblarson said: What did you put? Application.Quit should work (if code and macros are enabled). Click to expand... I did that. I think I know where I went wrong. I'll try that again and delete an event. keep you posted. Thank you.
boblarson said: What did you put? Application.Quit should work (if code and macros are enabled). Click to expand... I did that. I think I know where I went wrong. I'll try that again and delete an event. keep you posted. Thank you.
R rexb Registered User. Local time Today, 12:06 Joined Oct 29, 2008 Messages 129 Jul 23, 2009 #4 I saw what was wrong. I inadvertently put a code to have it loop around. Took the code off and it works fine now. Thank you
I saw what was wrong. I inadvertently put a code to have it loop around. Took the code off and it works fine now. Thank you