rickyzicky
Programmer
I have a form with a subform.
The main form is simply name, address...called [dataentryF]
The subform is the amount the person in the main for donated with date of donation. [f:donationsSeq]
They are linked on a field called "seq".
I would like to have a report display (on exit) maintaining the current record number so I can print a thank you letter.
The problem I run into, is that it pulls up all records for the specific person if they donated more than once.
I would like to output based on the primary key (id) in donations subform, but I am having no luck getting the query to find the field in the subform.
Any suggestions?
The main form is simply name, address...called [dataentryF]
The subform is the amount the person in the main for donated with date of donation. [f:donationsSeq]
They are linked on a field called "seq".
I would like to have a report display (on exit) maintaining the current record number so I can print a thank you letter.
The problem I run into, is that it pulls up all records for the specific person if they donated more than once.
I would like to output based on the primary key (id) in donations subform, but I am having no luck getting the query to find the field in the subform.
Any suggestions?