
Originally Posted by
ItsMe
I would say that this is relevant. Suggest importing objects over to new blank DB. Then start working on how queries are structured and when they are used.
Another thing I do when developing is to KEEP data in tables for testing. Import the tables to, yet, another DB. Have this DB stored locally on your development machine. Now you have linked tables in the DB you are developing and tables imported to a second, blank DB. Use the Link Manager to update the links for the tables in the DB you are developing to the DB that only holds the tables. In other words, simulate the FE and BE locally on your development machine.