Jun 7, 2002 #1 LeighW Programmer Jun 6, 2001 45 GB Can anyone help me by telling me what vb code to use to run an Access Delete Query followed by an Access Append Query. (Both in the same database) Thanks very much Leigh
Can anyone help me by telling me what vb code to use to run an Access Delete Query followed by an Access Append Query. (Both in the same database) Thanks very much Leigh
Jun 7, 2002 #2 KellyK Programmer Mar 28, 2002 212 US Leigh, just use DoCmd.OpenQuery "QueryName" for each query. Kelly Upvote 0 Downvote