That's absolutely fine. I wouldn't have thought the records would grow above a few 1000 so I should be able to set it with a bit of leeway and it should do.
Thanks so far.
Now I'm trying to get the other part of the question to work, emailing only the current record. I think I should be able to just stick something in the onClick line, but I'm not quite there yet..
Something like:
Code:
=FollowHyperlink("mailto:" & ThisRecord.[email])
But I'm not sure how to actually make it use the email of the current record.
Any ideas? Or will it be fairly complex?