I get a variable not defined error when trying to do the code...here is what I have:
Dim PurchSpecialHandling
PurchSpecialHandling = DLookup("PurchSpecialHandling", "InventoryMaster1", "Part='" & PreRequisitionBuysMasterForm1.Part# & "'")
It points to PreRequisitionBuysMasterForm1 for the error