I am trying to use a SendObject macro (assigned to a button on a form) to email the current record (and only the current record). Right now, all the records related to the form get emailed (with the "Object Type" set to form). It would appear that I need to change the object type (to Query perhaps). But if it needs to be a Query, how do I set up a query to display only the current record within the form?<br><br>Alternatively, if someone has a piece of VBA code that would do the job, I would appreciate that as well.<br><br>Thanks in advanced,<br><br>--Dan