R
Ruben Granados
Is there a way to know when the last record of the Details
section is being sent?
I want to catch it on the Details on format event.
For my design I need to set the move layout to False. but
i need also to send values to some unbound text to avoid
this values to be overlapped I need something like:
If me.LastRecord = True Then
.... set values
End if
thx
section is being sent?
I want to catch it on the Details on format event.
For my design I need to set the move layout to False. but
i need also to send values to some unbound text to avoid
this values to be overlapped I need something like:
If me.LastRecord = True Then
.... set values
End if
thx