In Access 2000 I have a form with a subform.
On the main form is a control with a DLookup function.
This works well. However if I change a record on the subform I want the control with the Dlookup to update. I put the following code in a field on the subform:
Forms![frmRecipe]![txtRecipeCost].Requery
The subform now goes into a permanent "calculation" mode and is in a loop.
Any ideas why?
On the main form is a control with a DLookup function.
This works well. However if I change a record on the subform I want the control with the Dlookup to update. I put the following code in a field on the subform:
Forms![frmRecipe]![txtRecipeCost].Requery
The subform now goes into a permanent "calculation" mode and is in a loop.
Any ideas why?