Star your Cystal report Creat one then save as Report1
star your
VB Hit the Ctrl+T or choose Project Component from the Project Component menu select Cystal report control It will be on your toolbox Drap it on your form
name its is CrystalReport1
place a command button and write the code as in the command click event
CrystalReport1.ReportFileName = "E:\TUICOProductCorpProgramming\ReportTotalPUSheet .rpt"
CrystalReport1.RetrieveDataFiles
CrystalReport1.Action = 1