I'm having problems requiring an Access 2010 Navigation Form's Subform' Subform.
I run the code in the on close of an editing form called frmRemindersEdit.
frmDataSource is the name of each 'Page' of the Navigation form.
The main form names is frmHome
The Subform name is frmWeekView which has a Subform called frmDay1.
This is what I'm using on the onclose of RemindersEdit
Forms!frmHome!frmDataSource!frmDay1.Requery
I get error "2465 .....can't find the field Day1...."
Any help will be appreciated,
James
I run the code in the on close of an editing form called frmRemindersEdit.
frmDataSource is the name of each 'Page' of the Navigation form.
The main form names is frmHome
The Subform name is frmWeekView which has a Subform called frmDay1.
This is what I'm using on the onclose of RemindersEdit
Forms!frmHome!frmDataSource!frmDay1.Requery
I get error "2465 .....can't find the field Day1...."
Any help will be appreciated,
James