Hi.
I have a module with the following:
Option Compare Database
Public strMyName As String
strMyName takes the value of a text field on a form after I click a command button:
strMyName = Me.cboFirstname.Value
The Q is, how do I collect the value of strMyName and use throughout the application (in form lables etc).
Thanks,
jb
