cellmaker Posted May 14, 2004 Posted May 14, 2004 Is there any way to set up relationships that are inexact or "partial"? I'm sure I've gone through this with myself before, but I can't remember if I found a solution or not. To be more specific, I would like to create a relationship between two text fields (globalfield1<-->textfield2) that will act as a filtering relationship. If I put "c" in globalfield1, I would like all values in textfield2 to relate if they start with "c". This is, in effect, much like the way a type-forward drop-down list works. If I put in "ch" only values starting with "ch" are now related, etc. If I were in find mode, this would be the same as looking for "c*", "ch*" etc. An exceptionally laborious method (on the cpu, probably) would be to have a multi-key relationship using a calculation field with values such as left(field2,1)
The Shadow Posted May 15, 2004 Posted May 15, 2004 You could do something like this, using <= and >= to define the range, and have a prefixEnd calculation that's something like: prefix & "z" to give the end-point.
Recommended Posts
This topic is 7758 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now