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

Search results for query: *

  1. renaudhirsch

    Changing a Report's RecordSource during runtime...

    Hi, Here is a solution: In the code of your form, put the following code lines to launch the report: CurrentDb.QueryDefs("MyQuery").Sql = "SELECT ..." Call DoCmd.OpenReport("MyReport", , "MyQuery")

Part and Inventory Search

Back
Top