Yes, Michael.
In a multi-user environment, a make-table query can be really tricky. Get some data, place it into a table and you have a static recordset. Requery, refresh, whatever you do, it's the same. To get fresh data, you have to run the query again-delete old table, create new table-unnecessary time consuming. Database size grows. Needs compacting more often. Have a query returning two different AutoNumber fields? Enjoy the error!
And...the most important side-effect: You run a make table query. Get your data and rely on it. Bobby - next door neighbour, runs the query for himself immediately after. By the time you open your form/report or whatever, your data has already been replaced.
It happened to me once, so I always search for another way to get my data. It is not always possible, I admit. But in most cases, it is.
"Hasn't happened yet" is not the same as "It will never happen"
I wouldn't call it 'phobia', as it doesn't frighten me.
Maybe paranoia would be closer...
Cheers
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
Daniel Vlas
Systems Consultant
danvlas@yahoo.com