Surjer Registered User. Local time Today, 07:16 Joined Sep 17, 2001 Messages 232 May 1, 2002 #1 How can I rurn that warning "You are about to append x amount of records......" off and on with code I think it is something like: setwarnings = false or something thanks in advance... Jerry
How can I rurn that warning "You are about to append x amount of records......" off and on with code I think it is something like: setwarnings = false or something thanks in advance... Jerry
J Jerry Stoner Guest May 1, 2002 #2 DoCmd.SetWarnings (False) Make sure to turn them back on at the end of your sub.