April 4, 200421 yr Hi, I'm trying to write a script that allows the user to jump to a specified record. (i.e. The records have unique serial numbers in one of the fields. I'd like for the user to be able to enter the serial number of the record they want to jump to, and hit a Go To button) It thought it would be a simple: Go to record/request/page["Field name"] (where Field Name is where the user enters the record number) but it's not working. Does anyone have any advice? Thanks a lot! FileMaker Version: 6
April 4, 200421 yr Create a global field gRecordNo. And create relationship between this field and the serial number field. The user can enter the serial number into this global. Then your script can execute a Go to related record step.
Create an account or sign in to comment