J
|
Jane 6/22/2006 |
Steve, Function BeforeEdit(dict, where) dict("Field") = "your default value" BeforeEdit = True End Function
|
L
|
luic 8/8/2006 |
It does not seem working to me. |
J
|
Jane 8/9/2006 |
Chris, Sub EditOnLoad(where) strupdate = "update TableName set FieldName='your new value' where "&where dbConnection.Execute strupdate End Sub
|