J
|
Jane 12/11/2006 |
Steve, Function BeforeEdit(dict, where) dict("FieldName")=Now() BeforeEdit = True End Function
|
S
|
SDDivine author 12/11/2006 |
Steve, use Before record updated event for this purpose. Here is a sample code: where Fieldname is your actual field name. Also you can remove this field from the EDIT page on the Choose fields tab in the ASPRunnerPro.
|