Most of my forms are based directly on the master table. But I guess, the better way is to base the form on temp view and use the properties PROPERTY TABLE <FormTableName> 'CLOSE' create new temp view with new where clause PROPERTY TABLE <FormTableName> 'Open'
That way the form doesn't have to be closed to change the where clause. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Deb Roepken Posted At: Friday, April 01, 2005 11:18 AM Posted To: RB7-L Conversation: [RBG7-L] - Creating an Edit Table Subject: [RBG7-L] - Creating an Edit Table With many ways to extract data, would anyone like to offer a better way to edit certain rows from a table. My logic has been to create a perm table and insert the rows needed - go on to edit them than insert back to master table. My question is - Is it better/faster/more secure to use Project or Create a temp view for example. Does it matter? Thanks. Deb Roepken cmri [EMAIL PROTECTED] 631-587-1495
