Hi,
I a form with calculated fields in it. I believe I can do this by putting =Sum(Nz([field])+Nz([field2])) in the control source on the form field.
So anyway. I have a requery macro in the after update box and it keeps trying to create a new record. The form doesnt like this because it is a linked child form with a parent.
I keep getting "You cannot add or change a record because a related record is required in tbllog"
Any help will be great?
I a form with calculated fields in it. I believe I can do this by putting =Sum(Nz([field])+Nz([field2])) in the control source on the form field.
So anyway. I have a requery macro in the after update box and it keeps trying to create a new record. The form doesnt like this because it is a linked child form with a parent.
I keep getting "You cannot add or change a record because a related record is required in tbllog"
Any help will be great?