Marc, One way to accomplish this is to create a temporary table and source the values from the temporary table.
If I recall correctly the error message "Another user...[snip]' results from using an update statement. You can add a series of commands: SAVEROW; PROPERTY table 'POST' and then PROPERTY table 'REFRESH', which should get rid of the message. (Syntax isn't exact..don't have R:BASE opened at the moment.) Regards, Ken ----- Original Message ----- From: Marc Date: Wednesday, September 24, 2008 2:04 pm Subject: [RBASE-L] - Networks To: [email protected] (RBASE-L Mailing List) > Hi > > I would like to be able to have 2 different computers display > the same records but when one user changes the record the > other computers screen gets updated. > > It would be unlikely that both users will be changing the same > record at the same time. > > What settings do I need to do this? > > When I play with these settings I get false errors that another > user has changed the data even if I only have 1 computer > using the DB. > > Thanks > Marc > > >

