Bill,
Thank you! That appears to have solved my problem. Steve Steve Vellella Office: 520-498-2256 Cell: 520-250-6498 From: [email protected] [mailto:[email protected]] On Behalf Of Bill Downall Sent: Wednesday, March 11, 2009 10:27 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Changed by another user Steve, Is an eep updating tables that are also on the form? You may need to user the property command to "close" the table while you do the update, and then "open" the table again (which refreshes the table in the form): PROPERTY TABLE tablename 'POST' -- so unsaved form changes aren't lost PROPERTY TABLE tablename 'CLOSE' UPDATE tablename .... PROPERTY TABLE tablename 'OPEN' Bill On Wed, Mar 11, 2009 at 1:16 PM, Steve Vellella <[email protected]> wrote: How do you suppress the "Data has been changed by another user since last refresh" message on a two table form. I haven't had a problem with this before so I am not sure what I am doing differently. I am using the latest Windows 7.6 build. Steve Steve Vellella Office: 520-498-2256 Cell: 520-250-6498

