December 30, 200124 yr Newbies Greetings, I am looking for a way to allow users to enter data into a single field / single find request, with each of the search criteria's separated by a symbol. For example User enters 1,4,7 into the RecordID field and return with records 1,4, and 7 as opposed to record 147. Is this possible without the user creating individual find request? Any ideas? TIA, -er
December 30, 200124 yr Setup a layout where the user enters the find information into a global text field and click a button. The button runs a script which goes to find mode, loops and parses the user entered data into separate find requests using text functions to separate the criteria. -bd
Create an account or sign in to comment