I've got a table called Plants, in whcih records have an "ID", a "Common name" and other fields. I also have one called Clients, in which each record has a ClientPlants field, which is a comma-separated list of Plant IDs (from the Plants table).
I want to create a report to display the "Common names" of each of the plants listed in the ClientPlants field of the Clients table, and it seems the way to do that is to used a computed control -- however, I have no idea about how to create an expression that will find the common names of each plant in the ClientPlants field and list them.
Help and pointers would be very much appreciated.
I want to create a report to display the "Common names" of each of the plants listed in the ClientPlants field of the Clients table, and it seems the way to do that is to used a computed control -- however, I have no idea about how to create an expression that will find the common names of each plant in the ClientPlants field and list them.
Help and pointers would be very much appreciated.