Hi,
I have a database that I am writing a crystal report with there is a field in the database which holds the engineers initials but I would like the engineers name
so I have created a seperate ms access database with one table with Engineers initials and Engineers Full name I have linked Engineers Initals in the main database I have written this formula
If Left({@Engineer},3)
Like
Left({ENGINEERS_NAMES.ENGINEER_INITIALS},3)
Then
{ENGINEERS_NAMES.ENGINEERS_FULL_NAME}
Else
{@Engineer}
However I cannot get the new Database I have brought in to bring back any data. If I look in the visual linking expert and click on browse field data I can see there is data there,
I have a database that I am writing a crystal report with there is a field in the database which holds the engineers initials but I would like the engineers name
so I have created a seperate ms access database with one table with Engineers initials and Engineers Full name I have linked Engineers Initals in the main database I have written this formula
If Left({@Engineer},3)
Like
Left({ENGINEERS_NAMES.ENGINEER_INITIALS},3)
Then
{ENGINEERS_NAMES.ENGINEERS_FULL_NAME}
Else
{@Engineer}
However I cannot get the new Database I have brought in to bring back any data. If I look in the visual linking expert and click on browse field data I can see there is data there,