I have a dashboard where the left side tabs (as shown below) represent different department and requests. The goal is for someone from "Machining" to go into their tab to use that form and someone from "Assembly" use that tab. I want both entered data to go into a single "submission log" form I can access to see all open requests. Click this to see the Dashboard
On form 1 I have a panel of different data aspects. All I need to know is how to get the data from this form and populate it into my submission data grid. Form1.SubmissionForm
Any help would be greatly appreciated.