> If you separate the code segment from the form and controls, wouldn't that
> take
> two trips to the db on each save?  

No, two columns are already updated when you save a form (the form data and the
table layout), this would just be a third.  If anything, it could reduce the
save time since the code would not need to be read or written if it isn't
changed in a form editing session (although that would be a needless
optimization).
--
Larry

Reply via email to