Newbies jmichea Posted June 19, 2000 Newbies Posted June 19, 2000 Not sure if this qualifies as a basic question or not but here goes... I am looking to do a find for an item that may appear in several different fields across multiple records. For example, I have a record with one section that contains 10 fields listing parts. I want to do a find that will find the name of the part in any or all of those 10 fields. Not sure how to do this. Thanks Jeff
beverly Posted June 20, 2000 Posted June 20, 2000 Create a calculated field with these 10 fields. field1 & " " & field2 & " " & field3 & ... Then perform your find in this calculated field.
beverly Posted June 20, 2000 Posted June 20, 2000 Create a calculated field with these 10 fields. field1 & " " & field2 & " " & field3 & ... Then perform your find in this calculated field.
Recommended Posts
This topic is 9264 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