Question : Printout default value of unbound textbox

I have a form with a few unbound textboxes.  When the form opens, the default values of these controls populate the text within the control.  Because they are unbound, this allows the user to modify the text that is originally populated as the default value.


The problem I am having is that when the user tries to printout the form, it prints exactly the default value and loses the editing that may have been done in the textbox.

How can I printout the form so that it prints the text as it has been edited in the unbound control, not simply print the original default values?

Thanks,

Answer : Printout default value of unbound textbox

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
Random Solutions  
 
programming4us programming4us