Hi, I am a pastor of a small church. I am 67 years old. I am trying to learn to program an address book for our church lay people. I am using the a book titled, “Beginning Visual Basic 6 Database Programming” by John Connell. I managed to get along with it somehow until I tried to print the address book. I used Crystal Report Pro 4.6. I can only get it to print one record in the database. Has anyone any knowledge how to force it to print all additional records?
My code to call the report is below.
Private Sub cmdPrint_Click()
CrystalReport1.Action = 1 'force Crystal Reports Pro to run report
End Sub
There are no instructions in the book for printing reports.