G
Glenn Suggs
Can anyone tell me how I might control the printing of detail lines on a
report using Visual Basic? I'm loading the detail line with data from
records one at a time including several rows of check boxes. The data in the
records is stored as numeric values so the code converts the information to
Yes/No check boxes which are to be printed. However, I'm only getting the
last record to print on the detail line. How can I make it print each one
after it is processed?
Thanks in advance.
report using Visual Basic? I'm loading the detail line with data from
records one at a time including several rows of check boxes. The data in the
records is stored as numeric values so the code converts the information to
Yes/No check boxes which are to be printed. However, I'm only getting the
last record to print on the detail line. How can I make it print each one
after it is processed?
Thanks in advance.