I have a table called Remarks with a field called Remarks_text (data type--memo) which i get from an external source.
Remarks_text is a log. Whenever someone writes a remark, the name and time gets stamped automatically.
I also have a table called Employees.
I would like to have a form or report that extracts the remarks_text if they are written by someone in the Employees table.
For example, this is one entry in the remarks_text:
Mar 26 2003 4:13PM - John Victoro
The following project has been received in the office on 03/22/03.
Mar 26 2003 3:40PM - Kerry Akeve
Specs was shipped today (03/26)
Mar 26 2003 8:54AM - Peter Bruce
System is connected and under test. We are running errors on the project. Await arrival of other equipment.
Mar 26 2003 8:19AM - Kerry Akeve
Revision 2 released
In the Employees table, i have John Victoro and Kerry Akeve. So for this record, i would like the form or report to only show:
Mar 26 2003 4:13PM - John Victoro
The following project has been received in the office on 03/22/03.
Mar 26 2003 3:40PM - Kerry Akeve
Specs was shipped today (03/26)
Mar 26 2003 8:19AM - Kerry Akeve
Revision 2 released
Does anyone have any ideas how to do this?
Thanks,
ruth
Remarks_text is a log. Whenever someone writes a remark, the name and time gets stamped automatically.
I also have a table called Employees.
I would like to have a form or report that extracts the remarks_text if they are written by someone in the Employees table.
For example, this is one entry in the remarks_text:
Mar 26 2003 4:13PM - John Victoro
The following project has been received in the office on 03/22/03.
Mar 26 2003 3:40PM - Kerry Akeve
Specs was shipped today (03/26)
Mar 26 2003 8:54AM - Peter Bruce
System is connected and under test. We are running errors on the project. Await arrival of other equipment.
Mar 26 2003 8:19AM - Kerry Akeve
Revision 2 released
In the Employees table, i have John Victoro and Kerry Akeve. So for this record, i would like the form or report to only show:
Mar 26 2003 4:13PM - John Victoro
The following project has been received in the office on 03/22/03.
Mar 26 2003 3:40PM - Kerry Akeve
Specs was shipped today (03/26)
Mar 26 2003 8:19AM - Kerry Akeve
Revision 2 released
Does anyone have any ideas how to do this?
Thanks,
ruth