I have a form that is a subform. When I make a change to the underlying query, and then go back to the subform, the change is not shown. If I manually click <shift> <f9> the form updates.
I tried to use this:
Me.Form![EmployeeID].Requery
I dont get an error but the form does not seem to requery
I think the correct format is:
Me![Unpaid Expenses].Form![Employee#].Requery
But this gives an error that it cant find the field.
The subform name is "Unpaid Expenses" and a field in the form is "Employee#". All of this is inside a tabed form called "ExpenseTabForm".
Any help is appreciated.
Thanks
I tried to use this:
Me.Form![EmployeeID].Requery
I dont get an error but the form does not seem to requery
I think the correct format is:
Me![Unpaid Expenses].Form![Employee#].Requery
But this gives an error that it cant find the field.
The subform name is "Unpaid Expenses" and a field in the form is "Employee#". All of this is inside a tabed form called "ExpenseTabForm".
Any help is appreciated.
Thanks