J
justin
Ok, hi.
I have a comments table to store comments related a specific document. The
table is used as a subform on the main data entry form.
Now, when I run queries to search for documents, if there is more than one
comment for a document, the query will return multiple rows of the same
document based on the number of comments for that document. So if there are 3
comments for a document, if I search for that document, 3 rows of the same
document will be returned.
Why is this? How can I set this up so regardless of the number of comments a
document has, it will only show up once in query results?
Thanks for any help or suggestions you can provide.
-justin
I have a comments table to store comments related a specific document. The
table is used as a subform on the main data entry form.
Now, when I run queries to search for documents, if there is more than one
comment for a document, the query will return multiple rows of the same
document based on the number of comments for that document. So if there are 3
comments for a document, if I search for that document, 3 rows of the same
document will be returned.
Why is this? How can I set this up so regardless of the number of comments a
document has, it will only show up once in query results?
Thanks for any help or suggestions you can provide.
-justin