Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4875 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi guys,

I am creating a fairly basic Maintenance Database at my work. The database has 2 layouts, one where you record issues as you see them, and the other is a DataLog table that has all the issues that have been recorded.

One of the fields in the DataLog table is "Resolved" and I have it set as a radio "Yes/No" button. What I want to have happen is when a user clicks "Yes" an automated email pops up with a set list of email addresses (I know how to do that part) and within the body of the email all the information for that current record, or as an attached PDF, either way. There are 6-7 fields for each record. For sake of ease let's call them Field1 - Field7.

Is this possible to do? If so, any guidance on how to get started? If it makes it easier, I can attach the Database here if that works.

Thanks

Posted

You can set the body of an email to a field. Therefore, you need to concatenate the fields:

AllFields = field1 & " " & field2 & " " ...

I don't typically use Yes/No, but rather just a checkbox flag_Resolved. This is set to a value list which is simply just "1" (Make the checkbox width narrow to hide the label). Clicking the checkbox could run a script trigger that creates the email.

This topic is 4875 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.