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

Recent content by afbird

  1. afbird

    CR9, TTX files and Visual Basic Integration...

    Add the remarked lines to your code. Set adoRS = adoCmd.Execute Screen.MousePointer = vbHourglass rep.Database.Tables.Item(1).SetDataSource adoRS, 3 'Add this line. It forces records to be read. rep.ReadRecords CRViewer91.ReportSource = rep CRViewer91.ViewReport Screen.MousePointer = vbDefault

Part and Inventory Search

Back
Top