Please add an option to set a table to no selection.
This could be a default with the possibility to set this default to Blank(). Then make a formula like Reset(Control) to set the table back to the default.
To illustrate the issue I now have with the pre-selected record:
I have two Tables - one for tasks in progress and one for tasks waiting - and one form displaying the record from one off both tables. When I click a record I set the ID off the record to a variable and this variable I use to lookup the record displayed in the form. This works great but issues are:
With the option to set the table to No Selection the user have to select a record and the Variable is filled. Then the proper info is visible.