William Demuth
Registered User.
- Local time
- Today, 08:16
- Joined
- Feb 16, 2011
- Messages
- 35
Howdy all
I have after much stress gotten my comments history field to appear on a form.
The following code gives me what I needed
I have only one simple thing left, that is perplexing to say the least.
Some comment fields will be many short notes, spread over time.
My desire is to change the sort order of the results so the most recent (rather than the initial) comment is at the top.
Is this even possible, and can anyone point me in the right direction?
I have after much stress gotten my comments history field to appear on a form.
The following code gives me what I needed
Code:
[B]=ColumnHistory([RecordSource],"LastUpdateBy","[ID]=" & Nz([ID],0))[/B]
I have only one simple thing left, that is perplexing to say the least.
Some comment fields will be many short notes, spread over time.
My desire is to change the sort order of the results so the most recent (rather than the initial) comment is at the top.
Is this even possible, and can anyone point me in the right direction?