I am using a lablel as a custom command button that when double-clicked it will pop open another form to view all comments/notes made on it, rather than having to scroll the small comments line I have in the main form.
I have it working off a macro right now, but I really do not like macro's all that much and would rather have it working in code, and I know I have build the event for on double click, my question is...where do I begin in the VB code to make this work.
I have it working off a macro right now, but I really do not like macro's all that much and would rather have it working in code, and I know I have build the event for on double click, my question is...where do I begin in the VB code to make this work.