thermalman
Technical User
I have a Form that uses a Query to show only the data where a PartNumber is part of a Van Kit,The PartNumber used,Description,Date Used,Bin Location,Which Engineer Used it, Quantity.
I need to be able to print a report using a command Button but I only want to print the current record. upon printing the report, a checkbox will have it's status changed to checked and the user can then move to the next record and start again.
The problem I am having at present is how do i get the form to pass the current record to the report.Each record has a unique ID called recID.
I have tried setting the record source for the report to the same as the form but this does not work.I have even set the record source as the Form's record ID but still that does not work.
Can anybody offer any suggestions as to how I might accomplish this?
Thermalman
I need to be able to print a report using a command Button but I only want to print the current record. upon printing the report, a checkbox will have it's status changed to checked and the user can then move to the next record and start again.
The problem I am having at present is how do i get the form to pass the current record to the report.Each record has a unique ID called recID.
I have tried setting the record source for the report to the same as the form but this does not work.I have even set the record source as the Form's record ID but still that does not work.
Can anybody offer any suggestions as to how I might accomplish this?
Thermalman