Jump to content

Copy and Paste Script


This topic is 6711 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6711 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.