B
Bongard
Hi, I have a report based from a query with the following fields.
Loan#
LoanName
Amount
Analyst
TransactionNotes
I have multiple entries within the detail section and I am only going
to display the footer where I have a sum field on the Amount. The
Loan#, Name and Analyst stay the same across all transactions but a new
note is occasionally entered, so sometimes the field is blank.
In my footer I need to display the last entered TransactionNotes. Right
now the control source for my TransactionNotes = [TransactionNotes]
which will return "" if there was no note entered for the last
transaction.
Can anyone suggest a way to get around these blank entries and get the
report to return the last entry made by a user?
Thanks in advance!!
-Brian
Loan#
LoanName
Amount
Analyst
TransactionNotes
I have multiple entries within the detail section and I am only going
to display the footer where I have a sum field on the Amount. The
Loan#, Name and Analyst stay the same across all transactions but a new
note is occasionally entered, so sometimes the field is blank.
In my footer I need to display the last entered TransactionNotes. Right
now the control source for my TransactionNotes = [TransactionNotes]
which will return "" if there was no note entered for the last
transaction.
Can anyone suggest a way to get around these blank entries and get the
report to return the last entry made by a user?
Thanks in advance!!
-Brian