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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing Field List in Report Design

Status
Not open for further replies.

fortunegrp

Technical User
Jun 18, 2004
1
US
I want an existing Report to pull from a different query. How do a change the field list to pull from a different query in an existing report?

 
eh, I think you'd have to change the recordsource of the query...

put something like this:

me.recordsource = "[some sql query string]"

into your code somewhere...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top