Steve - Yes -
There are two ways: 1. From the Object Manager, Click on Views and Open the view. From the R:BASE menus, choose "File" , Save Answer - it will prompt you for the name of the new table. 2. At the R>Prompt type: PROJECT newtablename FROM viewname USING columnlist or PROJECT newtablename FROM viewname USING * (for ALL columns) Just remember that once you create this new table, it will no longer dynamically display data from the original driving tables in the view. It becomes a static table in the database. Sami ----------------------------------------------------------- Sami Aaron Software Management Specialists 19312 W 63rd Terr Shawnee KS 66218 913-915-1971 [EMAIL PROTECTED] http://www.softwaremgmt.com ----- Original Message ----- From: "Steve Breen" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 12:42 PM Subject: [RBASE-L] - [No Subject] > I have a question I have never thought about before. > > Can you transition data from a view back to a new table? > > > Stephen Breen > > >

