Category: Office 2003

Storing Pictures In An Access Database

We’re often asked how to store picture along with the records of an Access database application. The short and simple answer is DON’T. Storing images as part of the database recordset can lead to massive bloating of the database tables, as all pictures that are stored within the tables are converted to bitmap format for […]

Access Form Tips

Microsoft Access Forms are the basic interface between your application, and your users. Whilst form are generally used to provide easy data entry and manipulation, correctly designed and well thought out forms can also be used to create your own menu system. Because the Microsoft Access form provides the main interaction with your users, it’s […]

Access Do’s And Don’ts

Before attempting to create your Microsoft Access database you might want to consider some of the points we have compiled below, these are only suggestions. There are no hard and fast rules, but bitter experience has taught us that following these rules can make application development much easier Do split your database into a front […]