I am working with a form that I renamed after I created a form / sub form relationship
Now when I try and write VBA code to manipulate the main form it can’t find the main form because I changed the name and don’t recall what the original name was
I am unable to select the main forms outer perimeter, like I can with the sub form, to see what main forms actual name is.
How can I find the name of the main form, the name VBA is looking for when I write code related to the main form?
Thank you