Of corse its possible all you have to do is add a TextBox or something to ur main form.
in the control scorce run a query to chk the notes
eg)
iif(nz(dlookup("notes","NoteTable","notetable.callid = " & Callid) ,"") <> "","!","")
this should do the job
:cool:ShadeZ:cool: