Hello, I’m trying to set up a table within a form to enter exam data. The table has three columns
“Question_Number”, “Question_Mark”, “Question_Total”
I only want to be able to enter data into the “Question Mark” column. I would like to keep the “Question Number” and “Question Total” columns in the table for reference, but I don’t want to modify them.
I can set the “Question Number” and “Question Total” columns both to read only, however I will still tab into them when I press tab/return. Is there a way within a table control to turn off tabstop for columns?
Below is a copy of a database with the type of form I am trying to set up:
I’m using: Firebird embedded, Libreoffice 7.0.2.2, macSO Catalina 10.15.6
Thanks a lot