We have been using this Dlookup up throught Access2002 and it has worked
great. We upgraded some of our PCs to Access2003 and this code fails (a drop
down populates an adjacent textbox).
Private Sub PART_NAME_AfterUpdate()
Forms![ECOFORM]![PARTform]![PART NAME] = DLookup("[PartName]", "Parts", ,
"[PartNumber] = Forms![ECOFORM]![PARTform]![PART #]")
End Sub
I've tried re-writing it in various ways but haven't hit on the right
solution. Any suggestions?
Snowdog: Homer Lambrecht