Home All Groups Group Topic Archive Search About

Store Current form name to a variable

Author
14 Jan 2006 5:27 PM
Rob
Tried...

Dim str as string
str = Me.ActiveForm.Name

and

str = ActiveForm.Name

Author
14 Jan 2006 5:54 PM
I Don't Like Spam
Rob wrote:
> Tried...
>
> Dim str as string
> str = Me.ActiveForm.Name
>
> and
>
> str = ActiveForm.Name
>
>
>
>

Try: Me.Name