TomSalvato
Technical User
Hello experts,
Is there a way to link two tables via one string field ... for example ...
Table_A Table_B
StringFieldA ------> StringFieldB
The problem here is that, while StringFieldA is always uppercase, StringFieldB is often lowercase.
I need the link to act as if they're both upper or lower ... something like:
uppercase(StringFieldA) = uppercase(StringFieldB)
I was thinking it might involve creating a command, but I'm not very strong on my command building. Is there another easier way that I'm missing?
Thanx in advance for any help thrown my way!
-TS
Is there a way to link two tables via one string field ... for example ...
Table_A Table_B
StringFieldA ------> StringFieldB
The problem here is that, while StringFieldA is always uppercase, StringFieldB is often lowercase.
I need the link to act as if they're both upper or lower ... something like:
uppercase(StringFieldA) = uppercase(StringFieldB)
I was thinking it might involve creating a command, but I'm not very strong on my command building. Is there another easier way that I'm missing?
Thanx in advance for any help thrown my way!
-TS