I have a form that is based on an table "Athlete". The form is completly unbound, and everything is driven by vba.
The table has a "Notes" field in it. When entering data into the form you have the option to press F6 to open a seperate form and enter a note.
I would like to see what is the best way to note on the main form if there is something in the notes field (Is Not Null). For instance, maybe a box that appears for every athlete that has a note in their Note field.
Any suggestions?
Beth
The table has a "Notes" field in it. When entering data into the form you have the option to press F6 to open a seperate form and enter a note.
I would like to see what is the best way to note on the main form if there is something in the notes field (Is Not Null). For instance, maybe a box that appears for every athlete that has a note in their Note field.
Any suggestions?
Beth