As usually happens, when you figure out one problem another immediately arises....
My report looks at two tables. The first table is a person table with a 'Person Code' (unique), this links to a 'Person Code' in the 'Notes' table from which i want to retrieve the latest note (text field) based on the 'Last Maintained Date'. Now for some reason, if the note is over 250 characters then it's split over multiple text fields (each with same 'Last Maintained Date') so multiple entries are being returned.
E.G if person A has 3 notes and the latest note is 300 characters long then only the last nore is being returned but it is being displayed as 2 notes, so the person is shown twice in the resultant report.
What I want is to concatenate any multiple note fields for a person into a single note field, so that each person is only occuring on one row...
Any suggestions?
P.S. I've just read through this post and think I may have gone a very long and complicated way around explaining this problem.... Words seem to be failing me today..... Think i need to get more sleep!!!!!
My report looks at two tables. The first table is a person table with a 'Person Code' (unique), this links to a 'Person Code' in the 'Notes' table from which i want to retrieve the latest note (text field) based on the 'Last Maintained Date'. Now for some reason, if the note is over 250 characters then it's split over multiple text fields (each with same 'Last Maintained Date') so multiple entries are being returned.
E.G if person A has 3 notes and the latest note is 300 characters long then only the last nore is being returned but it is being displayed as 2 notes, so the person is shown twice in the resultant report.
What I want is to concatenate any multiple note fields for a person into a single note field, so that each person is only occuring on one row...
Any suggestions?
P.S. I've just read through this post and think I may have gone a very long and complicated way around explaining this problem.... Words seem to be failing me today..... Think i need to get more sleep!!!!!