To add to Rich's observations:
It is a general rule that you don't hold data more than once. So if you are using a make table query simply to base a report on, you shouldn't. The samer query as a simple select query will rovide the dat on which to base the report. Again, it is a general rule that reports and forms are based on queries, not tables.