I'm having trouble creating a Form that I can use for Performance Ratings, and having that Form's fields update the Record field for the table. I believe I might have this architected in not the best way. Let me explain below.
- I have a Table that list Vendor Records. Each Record tracks, names, locations, services, cost, etc.
- Additionally, these Vendor Records also track 4 Performance Rating Fields.
- In the Table Table, I created a Form, with the intention that I could provide this form to managers quarterly, and Have them fill in the 4 Ratings fields for the Vendors they manage. The full intent is that I would automate a quarterly email to send to the manager, for each Vendor they manage.
- When I test the form, I feel like I have set something up incorrectly, because there is no way for me to select a specific Vendor record, or even Default that for the Manager.
- When I fill in the ratings, nothing updates, and it creates a new Record in the Vendor table - Again, pretty sure because its not connected to the record.
What is the best way to go about something like this?
