Is there a way to transfer data from one table to another. Have one select statement pull data under certain requirements then insert that data into another table?
Is there a way to transfer data from one table to another. Have one select statement pull data under certain requirements then insert that data into another table?
Please post the SQL view of your append query. Clearly you're doing
something wrong, but since I cannot see your query nor your table
structure there's no way for me to suggest what it might be.