Newbies Violet Posted May 8, 2019 Newbies Posted May 8, 2019 so i have 2 tables, A & B, & 2 layout, C & D. in layout C which contains fields from table A & B. is it possible to only create new record for the fields from table B in layout C that will also trigger new record in fields in layout D? i'm sorry if its a bit confusing, idk how to explain
comment Posted May 8, 2019 Posted May 8, 2019 (edited) Every layout is associated with a table occurrence, which in turn belongs to a base table. When you create a new record, you create a record in the current layout's table - and only in the current layout's table. If you want to create a pair of records, one in each table, you'd probably want to script the process. Or define the relationship between the two tables to allow creation of related records. That way you can create the "other" record by filling one of its fields. 10 hours ago, Violet said: idk how to explain How about giving your tables meaningful names and explaining the purpose behind this exercise? It's much easier to help with the "how" when one knows the "why". Edited May 8, 2019 by comment
Recommended Posts
This topic is 2027 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