Microsoft
Software
Hardware
Network
Question : ERROR IN HEADER - DISPLAYS IN PREVIEW BUT DOES NOT PRINT
I have a report with the following in an unbound text box, in the header:
="ALL RECORDS FROM " & [Forms]![datespanF].[txtSt
artDate] & " thru " & [Forms]![datespanF].[txtEn
dDate]
The problem is, it displays correctly in print preview, but when I print it, I get: #Name?
I can't figure out what I'm doing wrong.
Answer : ERROR IN HEADER - DISPLAYS IN PREVIEW BUT DOES NOT PRINT
That's the problem. The start and end dates in the form text boxes go away when the form is closed.
You need to keep the form open until the report is printed ... or printing starts.
mx
Random Solutions
Group policy- prevent to save on the desktop
The specific error is:0x8007052e: Logon failure: unknown user name or bad password. Verify that the task's Run-as name and password are valid and try again."
SQL Query
Why does Update bring a lot of Null in the traget table ?
Receiving error when submitting data to SQL Server through asp.net vb
Changing or retaining an update Parameter value in a gridview
Live Communications Server 2005 RTC Database Upgrade
Import HTML into Outlook 2007
Running runas from batch script to launch remote support does not work however from Start > Run there is no problem...any ideas how to make this work?
.NET app.config in non-project directory - how to access?