July 17, 200124 yr Is there a way to AND relationships? I want a relationship to be set if more than one field = the other field.
July 17, 200124 yr 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
July 17, 200124 yr 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
Create an account or sign in to comment