James Satori-Brunet

James Satori-Brunet

08 – Recordsets

In this post I will be explaining Recordsets. Featured Videos: References Opening A RecordSet Simple Recordsets Featured Files: Access VBA Fundamentals – Level 5

07 – Loops

In this post I will be demonstrating the For…Each, For…Next and While…Wend loops.   Featured Videos: For…Each For…Next Step While…Wend Featured Files: Access VBA Fundamentals – Level 5

04 – Opening A Form

In this post I will be explaining how to open a form and discussing some of the events associated with it. Featured Videos: Opening A Form Events Associated With Opening A Form Featured Files: Access VBA Fundamentals – Level 2

06 – Arrays

In these 3 videos I will explain how arrays work and the ReDim and ReDim Preserve statements. Featured Videos: Arrays ReDim ReDim Preserve Featured Files: Access VBA Fundamentals – Level 4

05 – Conditionals and Branching

In this post I will be discussing the If Statement and Select Case statements in VBA. Featured Videos: The If…Then Statement The If…Then…Else Statement The If…Then…ElseIf Statement Select Case Select Case In Action Featured Files: Access VBA Fundamentals – Level…

03 – Functions

In this post I will be explaining how Database functions work and teaching you to create your own custom functions. Featured Videos: Database Functions Custom Functions Featured Files: Access VBA Fundamentals – Level 3

What is Microsoft Access?

So, what is MS Access? MS Access is a tool designed for effective data management. It is used by millions the world over and is an effective substitute for Excel when the quantity of data gets too large to control effectively. MS…

Normalization

Normalization is the process of rearranging the fields and tables of a relational database to reduce data redundancy and dependency. Normalization typically consists of splitting up big tables into smaller sized (and fewer redundant) tables along with characterizing relationships between them. The objective would be to separate data to ensure that additions, deletions and alterations to a field can be made in only one table and then propagated throughout the remainder of the database through defined…

Visit Us On TwitterVisit Us On FacebookVisit Us On Youtube