Missomissou
Member
- Local time
- Today, 10:34
- Joined
- Jan 30, 2024
- Messages
- 51
This thread is related to another I posted earlier. I am trying to query for projects that have gone idle. Users input data into a long text field, "UpdateText" for project reports. This is a method of communicating with the team. They need to be able to enter this information freeform. If there is nothing new to report, they generally write "no new updates", but this text varies with the entry and user. I had been querying based on the string "update", using wildcards to try and capture every entry. @ebs17 gave some very helpful feedback with the query/subquery coding. Based on those responses, I tried a new approach and added a new field, "NewUpdateYN", with Yes/No as the field type, so that users can simply check a box. If the box remains unchecked (I guess that's no?), then I would like to autopopulate the next field, "UpdateText" with the string "No new updates". Users will enter data via a form, so I'm envisioning an update query here, but am not sure that's the right approach (or how to execute one for this instance). Any ideas? Thank you!