whats your best practices

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » What's your best practices for Access?

What's your best practices for Access?

resolvedResolved · Low Priority · Version Standard

Zahid has attended:
Access Intermediate course
Access Advanced course

What's your best practices for Access?

For those who have a fair bit of experience, what's your top 5 best practices for developing databases in MS Access?

Warmest Regards,

Zahid Saddique

RE: What's your best practices for Access?

Hi Zahid,
Thanks for the post, sorry been off for a while. I think that my best practices are;
1. Ensure Database Normalisation; at least to Third Normal Form.
2. Apply Referential Integrity; to ensure that records cannot be created or deleted until associated records have been created or deleted. Although not necessarily required for RI it is usually regarded as best practice not to physically delete records but instead flag them as inactive, this has the added advantage that it protects the historic data and preserves it for future analysis.
3. Security; this is an area which has many connotations, you want to allow easy access for your authorised employees but prevent others from viewing, or even worse altering or deleting your data. Additionally you want to reduce the possibility of authorised users making a mistake and accidentally changing data they did not mean to. I recommend using the databases own built in security using the wizard to ensure authentication and authorisation, using roles and groups and applying permissions accurately. Use views (Forms rather than tables to access data)
4. Use a naming convention; to establish a standard for the names given to the objects in your database. I use the Lysnsky naming convention (tbl, frm, rpt, qry, mcr etc).
5. Use Data validation where possible, remember the acronym; GIGO, Garbage In - Garbage Out. A Database is only as good as the information it holds so it is important to trap as many mistakes as you can during data entry.
I hope that lot helps, best regards Pete


 

Access tip:

Create own ribbon tab - Access 2010

a. In Access click on the File tab
b. Select Options from left hand side
c. Choose the Customize Ribbon section
d. Click the New Tab button (below the list of tabs on the right hand side of the dialog box)
e. Select the New Tab (Custom) and enter a name, by clicking the Rename button (below the list of tabs on the right hand side of the dialog box)
f. Select the New Group (Custom) and enter a name, by clicking the Rename button (below the list of tabs on the right hand side of the dialog box)
g. Add commands to your tab and group by locating them on the list on the right hand side (remembering that you can change the list using the drop down box at the top of the list of commands) and clicking the Add button between the two panes to add them to your tab and group
h. You can rearrange the commands in your group, the groups on any tab or the tabs, using the up and down arrow buttons beside the list of tabs.
i. Click OK to apply your changes

View all Access hints and tips


Server loaded in 0.09 secs.