M
Mabeline
Hi,
Is there anyway of finding the forms name that is currently being used by
the user in visual basic on a real time basis. Maybe something like:
if formname = "name"
variable = name
elseif formname = "othername"
variable = othername.
end if
end if
I am using a subform in 2 different forms that have different names for
specific reasons and I need to know which form the user is working with so
that I can ensure the correct table is updated.
Can anyone help.
Thanks in advance
Mabeline.
Is there anyway of finding the forms name that is currently being used by
the user in visual basic on a real time basis. Maybe something like:
if formname = "name"
variable = name
elseif formname = "othername"
variable = othername.
end if
end if
I am using a subform in 2 different forms that have different names for
specific reasons and I need to know which form the user is working with so
that I can ensure the correct table is updated.
Can anyone help.
Thanks in advance
Mabeline.