Hi Everyone,
I have a main form made to enter observations, on the form you select from a combobox the employee name who made the observation, but I have been requested to add an option to add more employees to an observation, there can be 8 or 10 employees who somehow made the same observation, so it's necesary to know how many more did this.
So, I added a button, once clicked another form shows up, this form has a datagridview with a combobox colum, now, what I need is that once the employees have been added, to press a button and save those employees to a table.
what I need is to display those names there until the user presses the save button the values will be saves into a database, I thought on an array to read and store the values from the Datagridview, but honestly, I don't know how to do this, can anyone help me?