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 >

