IEW Posted October 22, 2004 Posted October 22, 2004 I have a "PartNO" field and an "AltPartNo" field. I want to search both at the same time by entering the part no in "PartNo" only and finding records that match either. TIA Ivan
Lee Smith Posted October 22, 2004 Posted October 22, 2004 You will want to make a new field concatenating the two fields. Something like this: c_Combined_PartNos
transpower Posted October 22, 2004 Posted October 22, 2004 Or you could make a repeating field with two repetitions: the first repetition has PartNO and the second repetition has AltPartNO. A Find in a repeating field will find any record having the value in any repetition.
Recommended Posts
This topic is 7336 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