mhemans Posted August 8, 2009 Posted August 8, 2009 (edited) I have two databases that I can easily relate to a third with a common field. This allows me to key in data in the third and have some of the data show in the other two databases, which keeps me from entering common data multiple times. However, I want to create a record in the third database and simultaneously create a record in the first or second database that includes a copy & paste of the common field, which happens to be a serial number. I can do this with a table, but prefer to keep DB 1 & 2 separate from 3 as DBB 1 & 2 are shared by different groups of people via Instant Web Publishing. How can I do this? Edited August 8, 2009 by Guest
SoCalMacDude Posted August 12, 2009 Posted August 12, 2009 You could create a script that sets a global variable for each field that you want to populate, then it triggers a script in the other database(s) that does a Set Field for each field using the $$Variable as the data.
Recommended Posts
This topic is 5642 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