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 IamaSherpa 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: *

  • Users: frEek
  • Order by date
  1. frEek

    CR8, ASP, MSAccess97 - Changing Database Location

    Open the report. Set session("oRpt") = session("oApp").OpenReport(path & reportname, 1) set crtable1 = session("oRpt").Database.Tables.Item(1) For an Access database use this syntax: There may be another way to do it, but this works. * I could ONLY get this...

Part and Inventory Search

Back
Top