Archive for category Access 2003
How to: Create the Structure of a Table Using Design View in Microsoft Access 2003
Posted by Marius in Access 2003 on July 6, 2009
Creating a table using Design View in Access 2003 consists in explicit defining the data types [...] associated to the fields and their properties.
TableĀ EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs.
Data Types Associated to the Fields Defined for a Table in Microsoft Access 2003
Posted by Marius in Access 2003 on July 6, 2009
In Access 2003, each field of a table has associated a data type and properties of these ones.
Data types used to define fields in an Access 2003 table are:
How to: Create a Table Object in a Database Microsoft Access 2003
Posted by Marius in Access 2003 on June 24, 2009
Creating a table in a database Microsoft Access 2003 consists in:
- selecting the type of object Tables in the Database Window [...];
- command launch New in the toolbar of the Database Window;
- selecting how to create the table from the list of the options in the dialog box New Table.
How to: Create a Database in Microsoft Access 2003
Posted by Marius in Access 2003 on June 19, 2009
A database contains information on data to be stored and managed.
Creating a database Microsoft Access 2003 is made either from a blank database, either from a template of the database provided by Microsoft Access 2003 application.