C cliff7376 Registered User. Local time Today, 22:26 Joined Oct 10, 2001 Messages 107 Oct 30, 2001 #1 i have a program where i am appending records by clicking on a button. when i do that access gives me messages asking me if i really want to do this. Is there a way to get rid of these messages in code?
i have a program where i am appending records by clicking on a button. when i do that access gives me messages asking me if i really want to do this. Is there a way to get rid of these messages in code?
DES Technoweenie Local time Today, 17:26 Joined Apr 17, 2001 Messages 245 Oct 30, 2001 #2 DoCmd.SetWarnings = False Don't forget to turn them back on at the end of your code.
C cliff7376 Registered User. Local time Today, 22:26 Joined Oct 10, 2001 Messages 107 Oct 30, 2001 #3 thank you very much
C cliff7376 Registered User. Local time Today, 22:26 Joined Oct 10, 2001 Messages 107 Oct 30, 2001 #4 thank you very much