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 bkrike 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: sgf323
  • Content: Threads
  • Order by date
  1. sgf323

    Crystal Reports + VB + SQL Server

    I built my reports in Crystal Reports then imported them to VB into the RDC. I used to use an Access database and to set the database location for the RDC I used this code: For I = 1 To Report.Database.Tables.Count Report.Database.Tables.Item(I).Location = SourceFile 'SourceFile holds the...

Part and Inventory Search

Back
Top