Database Link into mail

Hi,

Is there any way to send a mail from the application with the Link of Database.

Please help…

Regards

Guna Nand

Subject: Try this…

Use in QueryClose event…

@If(somefield = “some value”; @MailSend(“email addresss.com”; “”; “”; “Message goes here…”;“”;“Click the following link to access the…>>> “; [IncludeDoclink]);””)