I have a very large database (over a million records). As a result of the size of this database, it is very slow. I've done everthing I can think of to speed up this database, and nothing seems to work. I've compacted and repaired it. I deleted any fields that were not used. I made sure I had indexes and relationships set up in every table. Still, my database is slow. Some people recommend putting the back end of the database on an SQL server, others say that isn't a good idea. What do you recommend?