Hello,
This is the information: Form name = frmBusiness; Table = tblBusiness; Report = rptBusiness
I entered the information on the form. When I save the record, I would like to print preview, based on the report (rptBusiness), for that RECORD only. If I click print report, it will print every record, which I am trying to avoid.
Is there any coding that I should use to embed with the click "Print Report" button? So that, the information for that record only will be printed? This is normally the latest or last record that we have entered.
Additionally, sometimes, the user will click the back button to a specific record. For example, we have 100 records in the table. User might click to record # 87 and want to print just that record only. Can the coding be the same based on the record pointer?
I do appreciate if someone can provide some VBA coding regarding this matter. I will put them at the "on click" command. Thank you.
This is the information: Form name = frmBusiness; Table = tblBusiness; Report = rptBusiness
I entered the information on the form. When I save the record, I would like to print preview, based on the report (rptBusiness), for that RECORD only. If I click print report, it will print every record, which I am trying to avoid.
Is there any coding that I should use to embed with the click "Print Report" button? So that, the information for that record only will be printed? This is normally the latest or last record that we have entered.
Additionally, sometimes, the user will click the back button to a specific record. For example, we have 100 records in the table. User might click to record # 87 and want to print just that record only. Can the coding be the same based on the record pointer?
I do appreciate if someone can provide some VBA coding regarding this matter. I will put them at the "on click" command. Thank you.