Well, if that is your "Print" code, then you have a lot more going on here.
If you:
- Create and unbound form
- Put two unbound textboxes on it
- Set default values for buth controls
- Change the default values
The only code you would need to print this form is this:
Docmd.Printout
JeffCoachman