Is there any way to send this database to you directly, just in case I have missed the removal of the odd logo?
Also the file is 2.55Mb will this be ok?
If I set the the following:
Dim FormToRequery As Form
Set FormToRequery = Forms![frmMainNavigationForm]![NavigationSubform]![frmSubNavigationForm].Form
I get FormToRequery equals frmSubNavigationForm
If I replace the second line with...
Boblarson, I tried this the method shown in your link.
When I try to get to 'Custom Form2' using 'Build' I cannot actually see it in loaded forms. All I can see is the name of the NavigationSubform above it -(frmSubNavigationForm).
Also the icon for the...
I should probably write it as : Navigation Control Form1 > NavigationSubform > Custom Form1 > Navigation Control Form2 > NavigationSubform > Custom Form2
I have a Navigation Control form that has the normal Navigation Subform with a form (Custom Form1) within it.
On this form I have a...
I'm trying to refer, using vba, from my one form to a subform many levels below:
My current structure is:
Navigation Control Form > NavigationSubform > Custom Form1 > Navigation Control Form > NavigationSubform > Custom Form2
From a button on 'Custom Form 1' I'm trying to reference 'Custom...