G
Guest
I have developed a filtering read-only continuous search form that allows me
to see only the criteria I select from criteria fields. Each Study has
comments, which are stored as individual records. Presently, each Study is
revealed as many times as there are comments. I have come to understand I am
unable to get around this multiplying issue (as I chose to use a continuous
form). Although it would be nice to see all the comments, I don't want to
see the same Study information 3, 5, or 10 times; I'd prefer to see the
comments nice and neat under a single instance of the Study.
I believe the only way around this problem is to show only the most recent
comment, but I'm just not seeing how to accomplish this. How do I only show
the most recent Comment (there is a date field) for each Study in a
continuous form. I am using a single query to pull data from up to 6 tables.
(some studies don't have any comments)
Any advice would be appreciated.
Bill
to see only the criteria I select from criteria fields. Each Study has
comments, which are stored as individual records. Presently, each Study is
revealed as many times as there are comments. I have come to understand I am
unable to get around this multiplying issue (as I chose to use a continuous
form). Although it would be nice to see all the comments, I don't want to
see the same Study information 3, 5, or 10 times; I'd prefer to see the
comments nice and neat under a single instance of the Study.
I believe the only way around this problem is to show only the most recent
comment, but I'm just not seeing how to accomplish this. How do I only show
the most recent Comment (there is a date field) for each Study in a
continuous form. I am using a single query to pull data from up to 6 tables.
(some studies don't have any comments)
Any advice would be appreciated.
Bill