Rhett You would have to create the forms, reports and queries in Rbase. As far as transferring the data a couple of options.
1. Using ODBC sconnect and sattach to existing ACCESS tables, then project from accesstable to newrbasetable. This will bring all of you data over. You may have to go and do some cleaning up, renaming columns and data types. 2. Create all of your tables in R:Base 1st then sconnect, sattach to access table. Unload / load the the data. Hope this helps. Buddy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Rhett McPeake Sent: Monday, June 27, 2005 2:12 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Conversion Access to RBase Have any of you converted an Access database to RBase? What steps did you take? Do you have to recreate the forms, reports, and queries in RBase? To transfer the data, did you build the tables in Rbase first then import the data from access? I am going from a MS Access 2002 db to RBase Windows version 7.1 (latest build). Any ideas, comments greatly appreciated. Thanks.
