B
Basenji
In a form in Access 2003 I have a control, RoomGrade, calculating a
percentage that corresponds with an inspection number, InspectionID. This
percentage needs to show in the report with the corresponding InspectionID.
So a text box for the data source with the following was added in the report
with this formula
=DLookUp("Forms!frmInspection1!RoomGrade","tblInspection","InspectionId =" &
Forms!frmInspection1!InspectionId). I have reviewed the MSDN examples and
Allen Browne's info and tried changing the syntax but keep coming up with a
name or error message. Any suggestions would be appreciated. Thank you.
percentage that corresponds with an inspection number, InspectionID. This
percentage needs to show in the report with the corresponding InspectionID.
So a text box for the data source with the following was added in the report
with this formula
=DLookUp("Forms!frmInspection1!RoomGrade","tblInspection","InspectionId =" &
Forms!frmInspection1!InspectionId). I have reviewed the MSDN examples and
Allen Browne's info and tried changing the syntax but keep coming up with a
name or error message. Any suggestions would be appreciated. Thank you.