J
|
Jane 4/25/2007 |
Hi, Function BeforeEdit(dict, where) if dict("Status")="Approved" then 'send one email ... end if if dict("Status")="Declined" then 'send email to a different email ... end if BeforeEdit = True End Function |