I am trying to solve how my forms and subforms should work with a navigation control
I have my mainform called Personal_Form
In this mainform i have a navigation control.
One of the links in my navigation control is to a form called AnstallningData_Form
AnstallningData_Form is based on a query that looks like this
screenshot: http://prntscr.com/jz537g
AnstallningData_Form works just fine if i just open that form.
But if i open my main form (personal_form), then nothing works.... i am being asked for
"[Forms]![AnstallningData_Form]![AnstallningListbox]" value.
I guess this is because i am referencing wrongly since im using a navigation control.
But how should i do this.
What is the correct way?
I have my mainform called Personal_Form
In this mainform i have a navigation control.
One of the links in my navigation control is to a form called AnstallningData_Form
AnstallningData_Form is based on a query that looks like this
screenshot: http://prntscr.com/jz537g
AnstallningData_Form works just fine if i just open that form.
But if i open my main form (personal_form), then nothing works.... i am being asked for
"[Forms]![AnstallningData_Form]![AnstallningListbox]" value.
I guess this is because i am referencing wrongly since im using a navigation control.
But how should i do this.
What is the correct way?