Jscott Posted January 24, 2006 Posted January 24, 2006 Ok, I am just not getting the picture here... I have two tables and all I want to do is if the field in Table 1 "SerialID" is populated, that a new record is created in Table 2 and users can view the data of those new records in Table 2 sorted by the "SerialID". What would be the easiest way to accomplish this?
Kent Searight Posted January 24, 2006 Posted January 24, 2006 Is your SerialID auto-entered in the first table?
Kent Searight Posted January 24, 2006 Posted January 24, 2006 Write a script to: 1.) create a record in your first table (the SerialID will be auto-entered) 2.) set the SerialID value to a variable or a global field 3.) create a new record in the second table 4.) set the serialID value you have stored in your variable or global field to whatever field serves as the key between your 2 tables.
Recommended Posts
This topic is 6936 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