G
Guest
I'm using the following in a text box on a form:
=DSum("[QtyRqd]","KKReleaseDetailTable","[MasterReleaseID]=' " &
[KKMasterRelID] & " ' ")
The form name is KKReleaseMasterForm1.
[QtyRqd] from the table "KKReleaseDetailTable" is what I want to sum and
show on the form. I would like the AutoID field [MasterReleaseID] to match
the AutoNumber Field [KKMasterRelID] from the form.
Any idea why I'm getting this #Name? instead of the data I'd like to see?
=DSum("[QtyRqd]","KKReleaseDetailTable","[MasterReleaseID]=' " &
[KKMasterRelID] & " ' ")
The form name is KKReleaseMasterForm1.
[QtyRqd] from the table "KKReleaseDetailTable" is what I want to sum and
show on the form. I would like the AutoID field [MasterReleaseID] to match
the AutoNumber Field [KKMasterRelID] from the form.
Any idea why I'm getting this #Name? instead of the data I'd like to see?