I've developed a "dashboard" form that displays all kinds of demographics in text boxes. The text boxes are filled in by multiple queries running when the form is current.
This form is not used for any input or updating, it's solely for display statistics.
How can I get the fields to be protected so that the user can't even click the field? I have it locked, but values like 3.33 show up as 3.33333333333 after the click.
Any ideas?