S
supersonix
Hello,
I have a db that tracks projects and their details. I have a memo
field entitled 'Notes' which is used to enter project data. This
field can be quite large as notes can be added on various dates. To
keep track of the dates that a particular note was added I simply put
in the after update field on the form the following code to add in the
date that a note was added:
Me.Notes = Me.Notes & " -* " & Format(Date, "dd-mmm-yy") & "*" &
vbCrLf
I currently have a report that I run for the project details and what
I would like is not to have the entire notes field displayed but
rather just the last note for each project. Is this possible? Any
help would be appreciated.
Thanks,
Lalit
I have a db that tracks projects and their details. I have a memo
field entitled 'Notes' which is used to enter project data. This
field can be quite large as notes can be added on various dates. To
keep track of the dates that a particular note was added I simply put
in the after update field on the form the following code to add in the
date that a note was added:
Me.Notes = Me.Notes & " -* " & Format(Date, "dd-mmm-yy") & "*" &
vbCrLf
I currently have a report that I run for the project details and what
I would like is not to have the entire notes field displayed but
rather just the last note for each project. Is this possible? Any
help would be appreciated.
Thanks,
Lalit