Jtown Posted July 17, 2001 Posted July 17, 2001 Is there a way to AND relationships? I want a relationship to be set if more than one field = the other field.
Bruenor Posted July 17, 2001 Posted July 17, 2001 I think what you are asking is to base a relationship on more than one criteria, such as matching customer number AND date. It is really easy to do this by creating calculation fields in both files that combines the two fields, and then basing the relationship on that calculation filed. for example: file1: Join Field1(calc) = Customer_Name1 & "-" & datetotext(date1) File2: Join Field2(calc) = Customer_Name2 & "-" & datetotext(date2) and then base the relationship on join field1 and join field2 ~Ati, Jedi Master the force will be with you, always
LiveOak Posted July 17, 2001 Posted July 17, 2001 Two things to remember. First, never use a customer name to connect information in two files. The first time someone changes "Robert" to "Bob" or corrects a spelling error, the links will be broken. Second, is you use a "-" in combining two fields, make sure you change the indexing from "English" to "ASCII" or the dash will be ignored. -bd
Recommended Posts
This topic is 8521 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