Good day guys. I am new here and new to programming vb6.
I have this index card that contains record like so in this format:
transno,date,idnum,patientname,age,etc.
1 1/1/2013 a01 johnson, rex 16
now this index is update anytime the patient has a transaction.
how will I reprint to this index card for the next transactions where
the next printout would be next to the latest printout like so without reprint the previously printed rows.
1 1/1/2013 a01 johnson, rex 16
2 1/2/2013 a02 johnson, rex 16
3 3/2/2013 a03 johnson, rex 16
thank you for your help
I have this index card that contains record like so in this format:
transno,date,idnum,patientname,age,etc.
1 1/1/2013 a01 johnson, rex 16
now this index is update anytime the patient has a transaction.
how will I reprint to this index card for the next transactions where
the next printout would be next to the latest printout like so without reprint the previously printed rows.
1 1/1/2013 a01 johnson, rex 16
2 1/2/2013 a02 johnson, rex 16
3 3/2/2013 a03 johnson, rex 16
thank you for your help