The Notes control is a data bound control for adding popup "sticky" notes to your Microsoft Access forms.
This control displays as an icon on your form. Double clicking on the control opens a window that allows viewing and editing of the note text.
This can be a fun and useful way for users to work with memo fields. The popup window is resizable so users can edit the text in a screen that may be much larger than what you can put on your form.
Using this control is as simple as placing it on your form and binding it to a field. You can then customize its:
No programming is required for using this control. However, with VBA you can set the properties, determine whether the popup window is open, and invoke the popup window.
When the text in the popup window changes, the OnChange event fires to let add code to review and validate the user's input.
Supports Microsoft Access 2016, 2013, 2010, 2007, 2003, 2002, and 2000