Crystal Version: 9.0
Database: MSAccess
Hi all
Hopefully someone will be able to help me with this so here goes.
I have a database with that outlines contacts made by staff members to patients. One of the fields in the database relates to interventions. the data in the field is one or more 3 letter codes. Each code relates to another table {community_interventions} where the code and related description is located.
The problem i have is that i need to be able to take each of the three letter codes and get the descriptions from {community_interventions}.
I can split up the codes into an array, is there a way that each of the values in the array can be searched for in the
{community_interventions} table and displayed.
Hope this makes sense. Any help at all will be most appreciated.
Thanks
Database: MSAccess
Hi all
Hopefully someone will be able to help me with this so here goes.
I have a database with that outlines contacts made by staff members to patients. One of the fields in the database relates to interventions. the data in the field is one or more 3 letter codes. Each code relates to another table {community_interventions} where the code and related description is located.
The problem i have is that i need to be able to take each of the three letter codes and get the descriptions from {community_interventions}.
I can split up the codes into an array, is there a way that each of the values in the array can be searched for in the
{community_interventions} table and displayed.
Hope this makes sense. Any help at all will be most appreciated.
Thanks