If you are wanting to print out the form containing only the current record in form view then you can attach a simple macro to a command button on the form.
In your macro set the action to PrintOut, and in the action argumants set the Print Range to "Selection".
You will find the wizard will help you with this when you put a command button in your design. One thing though, if you put a button on a form and print the form it will include the button as well.