Newbies Sutonimh Posted October 7, 2010 Newbies Posted October 7, 2010 (edited) Hello, I'm having an issue with some related records and an email script I built in my DB. I have a basic table that has all Job information. It is related to a table that has equipment information specific to each job. The two tables's are related via a serialized field "Job ID" The problem is this. I want a form email that is populated from the Job database that also includes a list of all equipment from the related table. I can get it to populate the email with information from the first related record easily, but after that I am lost. I've done quite a bit of reading on various forums on similar topics, but most approaches to similar issues seem way too complicated. Does anyone have an idea on a simple way to achieve this? Edited October 7, 2010 by Guest
bcooney Posted October 7, 2010 Posted October 7, 2010 Use the List ( ) function to "bring up" the child record info into the parent. Then, include that List calc result in your email body.
Newbies Sutonimh Posted October 8, 2010 Author Newbies Posted October 8, 2010 Thanks a bunch. I knew it was a simple thing. This works perfectly.
bcooney Posted October 8, 2010 Posted October 8, 2010 Glad to help. Remember, you can concatenate some fields in the child and then use List ( ) to gather the concatenated field (good for Order Line Items).
Recommended Posts
This topic is 5220 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