> ... wat to do in order for a date
> stamp to work in multiple forms?
If you mean the data shown in the Form, then it is relatively easy to add a
DateUpdated Field to the Record, and set it in the BeforeUpdate event of a
Form, if you limit updates to Forms, as you most likely should in a
"developed application". Giving users access to datasheet view can be
problematical (and you can't use this approach to set a timestamp).
If you mean when the design of the Form was changed, then a label that you
manually update when you modify the Form would be appropriate. Perhaps you
could automate this, but I don't recall anyone mentioning that they had done
so.
Larry Linson
Microsoft Access MVP