Thanks for the reply.
"I have a query that selects data. Works great.
I add 'INTO TempTable' before FROM and run it.
Appears to work, returns the data, but doesn't create or populate the table."
Turns out I was taking a shortcut that appeared to work.
I was flipping from SQL view to table...