J
|
Jane 8/8/2006 |
Hi, Function BeforeEdit(dict, where) message ="" keys = dict.keys message = message & keys(0) & " : " & dict(keys(0)) & vbcrlf message = message & keys(1) & " : " & dict(keys(1)) & vbcrlf message = message & keys(3) & " : " & dict(keys(3)) & vbcrlf email=dict("email") subject="New data record" sendmail email, subject, message BeforeEdit = True End Function
|
B
|
BrownLumber author 8/8/2006 |
SUCCESS!! Thank you very much for the help, it worked perfectly. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=10256&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |