G Guest Feb 20, 2007 #1 Can someone show me how to can add a Delete Query to a Command Button. Thanks!
G Guest Feb 20, 2007 #2 Open the properties window of the command button. Go to the "OnClick" event, choose "Code". DoCmd.Openquery "nameofyourquery"
Open the properties window of the command button. Go to the "OnClick" event, choose "Code". DoCmd.Openquery "nameofyourquery"