Merge non blank records

poporacer

Registered User.
Local time
Today, 06:09
Joined
Aug 30, 2007
Messages
136
I have a report that is derived from a table (tblDocs) the structure of the table is:

EmpId docType docDate comments
(number) (number) (Date) (text)

This table will have several entries for each employee. There will only be a few times that a comment will be entered. On my report, I will have a field for the comments and I would like ALL of the comments for each employee combined into one text box in the report There will be blank entries in most of the records). I think the control source for this might be a query, but not sure. I set the properties of the text box to can grow.

I am not sure where to start...
 
hmmm. I try to open it up and get an unrecognized database format. I have access 2007. It sounds a lot like what I need to do. So I would create this table each time I go to print the report?
 

Users who are viewing this thread

Back
Top Bottom