Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asking for parameters on a report,the fields are deleted from report 1

Status
Not open for further replies.

MsMope

IS-IT--Management
Sep 3, 2003
83
US

thread703-920938
I have not recieved any responses, I was hoping someone in here might be able to point me in the right direction
 
First, do you get any parameter prompts when running only the query? If so, amend there first.

Still getting parameter prompts from the report?
It is probably there somewhere, in a controlsource, in the sorting and grouping box. You can try searching the individual controls or you could try using the (hidden) method saveastext of the application object, to dump the whole report to a textfile, and search there:

[tt]application.saveastext acreport, "rptYourReport","c:\rpt.txt"[/tt]

- then open it in Notepad and search there. Sometimes this might be easier;-)

Roy-Vidar
 
That is exactly what I needed, I had hidden text boxes....

Here is a star on me!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top