I have a project that I am having trouble with. On the Print menu, I have a
command to print an entire report, and another command to print only those
records in the sequential access file that are selected in the list box.
The data I enter into the program is going to the sequential access file,
but I cannot get either report to print. Does anyone know the code I can
use to get these reports to print? I also need the report to print a
statement that shows the total number of records printed. I am beginning to
hate Visual Basic and don't know why schools even teach it any more.
command to print an entire report, and another command to print only those
records in the sequential access file that are selected in the list box.
The data I enter into the program is going to the sequential access file,
but I cannot get either report to print. Does anyone know the code I can
use to get these reports to print? I also need the report to print a
statement that shows the total number of records printed. I am beginning to
hate Visual Basic and don't know why schools even teach it any more.
Comment