Paul, Not quite as easy to unload and edit the form code as in the DOS days. Major problems is that the unload creats two form files. The Frm file and the LOB file. Assuming you have stored the form in the database as uncompressed. The LOB file will contains a readable version of the code. You counld edit if you know what you are doing. Problem arises that the file size and location of parts of the form code changes. The location and size of these parts are in the FRM file. You would need to adjust those fields. Haven't yet deciphered all the parts and how to make the modifications.
Another approach is to create a blank form using the new table then open the old form and cut and paste between the old and new. Jim Bentley American Celiac Society [EMAIL PROTECTED] tel: 1-504-737-3293 ________________________________ From: Paul InterlockInfo <[EMAIL PROTECTED]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, November 18, 2008 10:39:51 AM Subject: [RBASE-L] - Re: Change the Main Table on a Form? How about unload the form and then edit out the form info (FornName_Form.frm) with a text editor and then load the form. Had to be different. So many options! - Heck I am having trouble just choosing the drop down effect I should use in a form. It was easier in DOS in some ways when there was only one way. Sincerely, Paul Dewey "A computer lets you make more mistakes faster than any invention in human history--with the possible exceptions of handguns and tequila." – unknown Bang! From:[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Downall Sent: Tuesday, November 18, 2008 11:18 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Change the Main Table on a Form? Alex, Rename the form, then "copy" it (with the right-click menu, or the navigator menu). Give the new copy the original name. As you create the new form, you have the opportunity to specify the main table. Bill On Tue, Nov 18, 2008 at 11:01 AM, Alex Sisk <[EMAIL PROTECTED]> wrote: Hello, Is it possible to change the main table on a form without starting from scratch? Alex Sisk DiMark Inc

