Create adjacent tables

I have a table with 2 columns with editable fields. On the web interface, clicking on the tab key for navigation goes across the 1st row and then moves to the next row.A more logical navigation on this set of fields is to go down the column, then go up to the start of the 2nd column.

I have tried using “Position in tab order”, but it seems to be disabled in a table.

The other option I considered was 2 adjacent tables, where the user would navigate down the only col of the 1st table and then move to the next table. However, Designer doesn’t seem to let me put 2 tables next to each other on the form. Any suggestions or other approaches to navigating in a table using the “Tab” key.

TIA,

Dennis

Subject: Create tables in table

So first create a table 1 row with 2 cells

Table 1, Row 1 Col 1

Table 1, Row 1 Col 2

Then create your other tables, one in Cell One and one in Cell Two

Table 1, Row 1 Col 1

Table 2 Row1, Col 1

Table 2 Row1, Col 1

Table 2 Row2, Col 1

Table 2 Row2, Col 2

Table 1, Row 1 Col 2

Table 3 Row1, Col 1

Table 3 Row1, Col 2

Table 3 Row2, Col 1

Table 3 Row2, Col 2

Subject: Perfect Solution

Thanks