Hello everyone,
I have this form:
,in this form data is entered by the user, I have a button called "cmdSave", this button should save the entered data in a table.
For example "No. 1" in the screenshot should be row 1 in the table, "No. 2" should be row 2 and so on. "1.1" should then be the first column, 1.2 the second and so on.
The table looks like this:
What would the code look like to save all this?
Thanks for your help!