glthornton
Programmer
I'm trying to link 3 tables. (tblSeen), (tblProvider), (tblResource). A key field in the tblSeen (EntityID) is used to link the other two tables. In most cases I can get a direct corelation between (tblSeen) and (tblProvider) to pull the "Provider Name" field. If I cannot get a direct corelation between the prior 2 tables, then I can get the remainder of the information when I use a connection between (tblSeen) and (tblResource).
What I'd like to know is can I use a IIF formula to say something like:
IIF({tblSeen.EntityID}={tblProvider.DRID}, {tblProvider.DRName}, {tblResource.DRName})
But the problem with this is that Crystal does not understand which link to use, either (tblSeen)-(tblProvider) or (tblSeen)-(tblResource). Does anyone have a suggestion how I could possibly do this?
Thank you,
glthornton
What I'd like to know is can I use a IIF formula to say something like:
IIF({tblSeen.EntityID}={tblProvider.DRID}, {tblProvider.DRName}, {tblResource.DRName})
But the problem with this is that Crystal does not understand which link to use, either (tblSeen)-(tblProvider) or (tblSeen)-(tblResource). Does anyone have a suggestion how I could possibly do this?
Thank you,
glthornton