• crowegreg (5/7/2015)


    I haven't tried any other methods of deleting the records. I figured this would be a quick method, and I'm stuck here.

    I'll also try a pass through query.

    One other question, why would a make table query in Access run instantly?

    The pass through query could just be:

    TRUNCATE TABLE tablename

    It will require permission to TRUNCATE within SQL, however. I almost NEVER let Access do much of anything with data on SQL, other than be the recipient of it, which it can do reasonably quickly, as long as you let SQL Server handle the query. If Access is doing a MAKE TABLE query, then it's accessing data from SQL fairly quickly, and all it has to do is drop the data into the local table and be done with it.

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)