I have an unbound form in which the values entered will eventually get written to a group of related tables. In a bound table the text that is displayed in the status bar on the form when the control has focus is pulled from the corresponding field's description set in the design view.
How can I get these text descriptions to display in the status bar of an unbound form? I am aware of the Control tip text property but do not feel that it is what I want as I will most likely be tabbing through the form, not hovering over it.
Many thanks in advance