Newbies Medwen Posted March 11, 2004 Newbies Posted March 11, 2004 I'm trying to set up a script that performs a find and then takes me to a specific layout but I also want to taken to the same record from which I performed the script (which could be in the middle of the found set). Only seem to have options for first, last, next, previous record. Would appreciate any suggested solutions. Version: v6.x Platform: Mac OS X Jaguar
-Queue- Posted March 11, 2004 Posted March 11, 2004 Create a global field gID and a self-relationship (self_gID) from gID to ID. Before performing your find, Set Field [gID, ID]. After performing your find, Go to Related Record [self_gID].
Recommended Posts
This topic is 7565 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now