I've just started using MS Access 2007 heavily the past few days (after not having touched it since 2000). <BR><BR>My issue is that I have written a query in SQL view that takes about 60 seconds to ...
A common SQL habit is to use SELECT * on a query, because it’s tedious to list all the columns you need. Plus, sometimes those columns may change over time, so why not just do things the easy way? But ...