I have unbound Textbox on my Report. Textbox show value from a field in another form. Value is shown in Report view, but not in PrintPreview, and It doesn't get printed too. What must I do to see this Textbox value allways, and print It ?
Here is a simple code for Textbox (in Report load_Event):
Me.txtReport.Value = Forms![AnotherForm]![TxtForm].Value