scottb Posted April 2, 2003 Posted April 2, 2003 I have two database files: authors and quotes. They are related on authorID. In the quotes file I have created a button that takes me to the author's file and displays additional information on the author of that quote. Now I want to create another button in the author's file that takes me back to the quote I was originally viewing in the quotes file. How do I script the button to get me back? Do I have to set up another relationship? Thanks Scott
Lee Smith Posted April 2, 2003 Posted April 2, 2003 Hi Scott, If I'm understanding your question right, and I think I am. The answers are Yes and No. Yes - a New button to take you back (Open File script step) and No - a new relationship is Not necessary. HTH Lee
Fitch Posted April 2, 2003 Posted April 2, 2003 Sometimes all you need is a Toggle Window [Hide]. Another possibility (there are many!) is to not go to the Authors file in the first place. Instead, go to a layout in your quotes file where you display the related fields from the Authors file.
Recommended Posts
This topic is 8252 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