yea.. that sql was the source property of the list box.
strSQL="INSERT INTO tblToAppendTo " _
& "( abid, buddesc, revnum, revname, appro, " _
& "fcast, balan, bfsix ) " _
& "SELECT tbl_fsource.abid, tbl_Fsource.buddesc, " _
& "tbl_Fsource.revnum, tbl_Fsource.revname, " _
& "tbl_Fsource.appro...