txgeekgirl
Registered User.
- Local time
- Today, 15:08
- Joined
- Jul 31, 2008
- Messages
- 187
I need to capture the open Form Name as a Variable.
This is code I found from searching boards... but it throws me a Me. error (Invalid Use).
Dim strFormName as String
strFormName = Me.Name
I am trying to clean up some code where I have a couple of forms that use the same control name to pass a value.
This is code I found from searching boards... but it throws me a Me. error (Invalid Use).
Dim strFormName as String
strFormName = Me.Name
I am trying to clean up some code where I have a couple of forms that use the same control name to pass a value.