Generally (almost a poll) when the user is in a temp table and then you decide to update the actual table.
1. Do most (RBase application designers) have a snippet in the field? (Compare new field input-tTable against old field input-Actual or actual table value) 2. Just to compare/fields in the temp form against the actual table information and update those chosen fields in the form? This would be done when exiting the form. A little faster than all that traffic in example 1. 3. Use a triggers on the fields and if dirty flag = ' ' then ..... Just thinking and kind of like naming variables (vname, vcusid, vdate, etc...). It is easier to stay on the same page, so to speak. It is always nice to limit network traffic. The reason I ask, I use a little bit of both and want to go in one direction and stay doing it one way. I also am not aware if this is even a valid issue in V9. Sincerely, Paul Dewey

