Would something like this work? Property Table <FormTable> 'Close' Edit using ... Property Table <FormTable> 'Open' Property Table <FormTable> 'Refresh' Return
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John Docherty Posted At: Tuesday, February 22, 2005 5:51 PM Posted To: RB7-L Conversation: [RBG7-L] - Editing a table from a form while editing a table from a form Subject: [RBG7-L] - Editing a table from a form while editing a table from a form I have a form on which I would like to be able to add a button which allows me to use the same form, in another window, to edit a subset of the data (ie for a given description). While I can do this, the problem is that as the one table is being accessed via two forms any changes made on the second form do not have any effect. Is there a way to 'disconnect' the first form from the table, allow the editing to take place in the second version of it, and then return to the original form ? I know that I can do this by just closing the form and running a new edit using command, but the button approach makes this a lot quicker and easier. Any suggestions as to how this can be achieved would be appreciated. Thank you. Regards, John Docherty -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.306 / Virus Database: 266.4.0 - Release Date: 22/02/2005
