defectivo Posted December 8, 2005 Posted December 8, 2005 Hi Everyone, I have a course wait book database for a high school. In an outside database, I have a list of all courses being offered for that year. I have it set so that when a user clicks a field, it opens up this database which lists the various courses. I would like for users to be able to click "copy to course request" and for this button to copy the fields course, grade and period into the corresponding fields in my course request database. Is this possible without a complex portal?
Breezer Posted December 9, 2005 Posted December 9, 2005 Try to use the script step "SET FIELD []" instead of copy. Set Field[ThisTable::CourseName;OtherTable::CourseName] or better still, have a relationship using a TO that will lookup the field contents for a maching key field.
Recommended Posts
This topic is 6926 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