I have a table with 43 fields and I am building a form to allow users to update the fields in the table. A lot of the fields are memo format, since the data consists of lengthy contract paragraphs.
I know I can make a huge form with all the fields listed one under the other on the page, and the user would then scroll down and fill each box with data. However, I would prefer to make the user's life easy and allow the user to use a combo box to select wich field they want to work on, and then a box right next to the combo would show the value of the current record for that field.
(I know that I can set the combo box Field List property with a list of field names in it, but can I link this to a text box so that anything that is written or displayed within it relates to the field displayed in the combo box?)
Any suggestion would be gretly appreciated!