rominejc Posted April 8, 2025 Report Share Posted April 8, 2025 I'm just beginning to create new reports. Is there a way to create a report that provides the information stored in the Cemetery list. I would like the report to provide all the information in each cemetery entry including the notes section. Any help is appreciated. Jim Quote Link to comment Share on other sites More sharing options...
GOGGS Posted April 10, 2025 Report Share Posted April 10, 2025 Just checking - are you looking for the Cemetery info AND all the people buried there? I don't use the Cemeteries function, but instead list it as a Place that is automatically added (if new) when the burial place is added or modified for a person. That "place" doesn't have details about the actual cemetery though... You could create a straight SQL report in the report builder with SELECT * FROM tng_cemeteries and then remove any columns with a more detailed statement if necessary. Quote Link to comment Share on other sites More sharing options...
rominejc Posted April 11, 2025 Author Report Share Posted April 11, 2025 Thank you, I got what I needed by creating the following report: SELECT cemeteryID, cemname, city, county, Latitude, Longitude, Notes FROM tng_cemeteries Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.