98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Forms and tables
Forms and tables
Resolved · Low Priority · Version 2003
Graham has attended:
Access Introduction course
Forms and tables
can you have open access to forms for data entry but have the tables behind them protected so data entry people cannot mess them up
RE: forms and tables
Hi Graham
Sorry for the delay in answering this question.
In Access you can block access to the actual tables but allow data entry into them via forms
One method is to hide the tables from the users view and to make the relevant forms only data entry forms.
To hide a table from view:
1. Right click on the relevant table and select Properties
2. In the Properties dialog box check the "Hideen" checkbox.
This hides the relevant table from view
To then view hidden objects
1. Select Tools , Options
2. In the Options dialog box, check the "Hidden objects" checkbox. Then click on the OK button.
This will return you back to the database window where you should now be able to see all hidden objects including the hidden tables that you are looking for.
To make a form only useful to enter new data:
1. In the forms design view right click the dot in the top, left hand corner of the form and select Properties
2. In the Properties window, select the Data tab
3. in the Data tab area change "Allow Edits" and "Allow Delitions" to NO leaving only "Allow Additions" as YES.
This way someone using the form will not see the existing data in the table and therefore cannot mess with it.
Hope this helps.
Carlos
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Run with the totalOften when creating reports with lists of transactions it can be useful to have a column which totals the transactions as the report progresses. |