crebma Posted September 24, 2005 Posted September 24, 2005 what's the easiest way to make a relational database that can work on OR instead of just AND?? ex: am = am OR pm = pm is this possible? thanks! amber
Fenton Posted September 24, 2005 Posted September 24, 2005 There is not an "Or" operator in relationships. But, if you exploit the "multi-line" nature of relationships you can usually get what you want. A mutli-line field, on either side of the relationship will give you all records that match EITHER of the lines. This is done by creating a key separating the values with a carriage return, ¶ in the calculation.
crebma Posted September 24, 2005 Author Posted September 24, 2005 alright, i'll see how i can incorporate this into my project. once again, fenton, you save the day!
Recommended Posts
This topic is 7057 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