1. Create a command button, name that button 'cmdCurrentFormPreview'
2. Set 'Display When' property to 'Screen Only'
3. Inside cmdCurrentFormPreview's 'On Click' event, put this line:
DoCmd.OpenForm Me.Form.Name, acPreview
4. To print preview this current form, just click this cmdCurrentFormPreview button