=nz(Price,dlookup("DefaultPrice","Material","MaterialID=" & materialID))
Worked, thanks! This leads me to a new question though. On my form I have a checkbox labeled "Override default price" when this is checked I want txtPrice to be editable to allow the user to enter a new price. This worked...