I haven't worked with modules before, but I think that they can help solve my problem.
How can I create a module that when the program is started, the module displays a window that prompts you for a user name? I would like to use the value that is entered into this window as a global value.
My thinking is that if I can get someone's name stored in a variable, let's call it USERNAME, I can have VB code in different forms that will assign a field on the form the value of USERNAME, if certain conditions in the VB code are met.
Thanks!
How can I create a module that when the program is started, the module displays a window that prompts you for a user name? I would like to use the value that is entered into this window as a global value.
My thinking is that if I can get someone's name stored in a variable, let's call it USERNAME, I can have VB code in different forms that will assign a field on the form the value of USERNAME, if certain conditions in the VB code are met.
Thanks!