|
-
Jun 14th, 2004, 05:31 AM
#1
Thread Starter
Lively Member
Newbie Q: Retrieve values stored in a module (Access 2000)
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|