dmalone Posted May 25, 2007 Posted May 25, 2007 how do i make the find criteria the contents of a field in the current record?
Emma in England Posted May 25, 2007 Posted May 25, 2007 Is this in a script? If so Enter find mode Set field(the one you want to search) to field(the one holding what you're looking for) Perform find
dmalone Posted May 25, 2007 Author Posted May 25, 2007 thanx emma but i cannot get it to work i must be missing something i get a error message - There are no valid criteria in this request. Enter find mode[] Perform find [] both [] should be blank - right?
mr_vodka Posted May 25, 2007 Posted May 25, 2007 Set Variable [$fieldvalue; YourField] Enter Find Mode[] Set Field [ YourField; $fieldvalue ] Perform find []
Recommended Posts
This topic is 6393 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