May 30, 200718 yr I am seeking help in creating a script that will perform multiple finds on user input data. Using a bar code reader the user will enter his/her requests (approx 20 entries) into a temporary table. The user will then run a script to search for all items within this temporary table. I suspect that I will need a looping script but how do I import the records from the temp table into the Find mode (create a new request for each entry)? Thanks
May 30, 200718 yr I don't think you need to bother with a script - you can define a relationship between the two tables, and use Go to Related Record[] to 'find' the related records. If for some reason that is not suitable, you can see an example of the required script here.
May 30, 200718 yr Author Thank you for your help. The script you directed me to solved my problem. I appreciate your quick response. R
Create an account or sign in to comment