B
BlueWolvering
Hello,
Using Microsoft Access 2003,
I would like to assign the current form's name to a variable.
So opening the VBA code for a particular form, at the top I want to
Dim strFormName as String
Set strFormName = {Current Form Name}
How does one go about this? I know that forms(X).name but I don't know
what X = for each form and I don't know if changes.
It's not like me.name is it?
Thank you
Using Microsoft Access 2003,
I would like to assign the current form's name to a variable.
So opening the VBA code for a particular form, at the top I want to
Dim strFormName as String
Set strFormName = {Current Form Name}
How does one go about this? I know that forms(X).name but I don't know
what X = for each form and I don't know if changes.
It's not like me.name is it?
Thank you