S
sam1967
What is the best way to make a read-only form (the form can be used
to view data but not change the data in any way).
to view data but not change the data in any way).
i did that - also Allow Additions - and it worked great.Create the form and set the following properties of the form to NO:
Allow Edits
Allow Deletions
What is the best way to make a read-only form (the form can be used
to view data but not change the data in any way).
Why don't you just create a report which is, by
definition, read only?
John - Did you mean to set AllowEdits to False?
i did that - also Allow Additions - and it worked great.
only problem is I had a jump to record control using a combo box (it
jumped straight to the record id you typed in) and it stopped working
. any idea why ?