Jredeemer14 Posted June 14, 2008 Posted June 14, 2008 I'm trying to generate a script to copy a price from one table to another, it would look something like this (my script lingo is not very good) If (Inventory[color:red]Sold::Serial Number = Inventory::Serial Number) then copy Cost from Inventory::Cost to Inventory[color:red]Sold::Cost Any ideas to get me started on a working script? Thanks - Jeff
T-Square Posted June 14, 2008 Posted June 14, 2008 You haven't provided a whole lot of detail, but depending on the circumstances, you might use an auto-enter value in the InventorySold::Cost field to supply this information without a script. Assuming a relationship InventorySold::Serial Number = Inventory::Serial Number the auto-enter would simply use Inventory::Cost. Then, every time a record got added to InventorySold, the cost would get supplied automatically. Be sure that the Replace Contents checkbox is set correctly, or else you'll always be replacing the value. If this is not helpful, perhaps you could give us a little more information about why and when you want to copy this field data into the record. David
mr_vodka Posted June 14, 2008 Posted June 14, 2008 Seem like this could be handled using a Lookup on the price field.
Recommended Posts
This topic is 6007 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