I am having trouble getting the following segment of my code to run:

Code:
                If DLookup("PCP", "REVIEW_PANEL_TABLE", "[PCP] = -1") Then
                    If DLookup("GWSHW_BL", "REVIEW_PANEL_TABLE", "'[GWSHW_BL]' = 'Forms!DRAWING_INFO_FORM!Subform_DRAWING_STATUS!Subform_DRAWING_STATUS_CONFIGURATION_HWCI_BL!BL_HWCI_HWCI'") Then
...