The document outlines the sessions and topics covered in a Beginning Access VBA course. Session 1 covers event driven programming in Access, while Session 2 focuses on VBA language constructs and programming techniques like making decisions using IF/ELSE and SELECT CASE statements, repetitions using FOR/NEXT and DO/LOOP, calling functions and procedures, using message boxes, and debugging techniques. Specific techniques demonstrated include IF statements, SELECT CASE, FOR/NEXT loops, DO/LOOP, calling and returning functions, and using message boxes with buttons and icons.