September 12, 200520 yr Hi, I am writing a script that allows the user to copy the contents of the active field to the same field in every other record within the found set, using "replace field contents". However, I am having a little trouble getting the script to automatically identify the active field. I found the get (activefieldname) function, but I don't know how to create a script command to go to this field in the next record. Anyone have any thoughts? Marcel
September 12, 200520 yr If the cursor is currently in a field, then Go to Record/Request/Page [Next] will keep it in the same field when it selects the next record (assuming there is one).
Create an account or sign in to comment