hi.i need to use form names as i want to refer certain controls in certain forms to other forms.i want to retrieve the form name and store it in a variable.
for example :
i declare a variable
public fname as string
then i retrieve form name and add it into the variable
fname = (retrieve form name)
then i can use the variable as a reference whenever i jump to other forms.for example:
fname.show
my question is how do i retrieve the form name and is this thing im trying to do possible??
thanx for any help..