View Full Version : pulling data AND EQUATIONS from works database 7.0


schlem407
07-11-2005, 08:26 PM
I'm trying to take a database from MS database (Works 7.0) into Access 2002. I've done this before by saving it as a DBase IV file and then opening it as such into access. However, this time I need the EQUATIONS to transfer as well, not just the values. I care little about the form view, or even the values themselves, but need the equations to transfer. Please advise. Thanks. :confused:

Mike S in ohio

Pat Hartman
07-12-2005, 08:26 PM
Relational databases do not use the concept of cells so there would be no way to import the calculations themselves. You will need to analyze the existing application and rebuild it. Many of the calculations can be reproduced in queries. Others will need to be placed in forms or reports.