January 7, 200917 yr Newbies Hi, I am trying to create a script whereby i search another table for data contained in a field of another table, so far, using the 'found set' script step seems to be the right way, except i'm unsure how to place in the contents of another field into the criteria box, as it seems to want something plainly written in? any ideas very much appreciated, thanks!
January 7, 200917 yr Show All Records() Set Variable($Criteria; yourdatafield) Go to Layout(layoutyouwanttosearch) Enter Find Mode() //uncheck pause Set Field(fieldyouwanttosearch;$Criteria) Perform Find() Sort Records() hth Edited January 7, 200917 yr by Guest
Create an account or sign in to comment