chuckcou Posted May 18, 2018 Posted May 18, 2018 I have either a txt file or I can do a copy and paste. I have 1600 records and I would like to find by part id, 50 of the 1600. I could manually type in each of the 50, but there has to be a better way. Any help is appreciated.
Fitch Posted May 18, 2018 Posted May 18, 2018 First, create a global field, let's call it idList, and then create a relationship from idList to part id. Next, create a script and/or a button with the script step 'Go to related' and specify the relationship you just set up. Now paste your list into the field and run the script/click the button.
Recommended Posts
This topic is 2380 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