This document provides instructions for inserting a calendar and text box into an Access form, and writing VBA code to update the text box with the date selected in the calendar. It explains how to add the controls to the form, name them, and write the code "Me!textbox=calendar" in the calendar's OnClick event to transfer the date value. When this code is added and the form is in view mode, clicking dates in the calendar will automatically update the associated text box.