I am adding to an existing DB. Made the following expression in one field to calculate the date used from another field:
=DateSerial(Year([DATE RROF RECEIVED BY HUD]), Month([DATE RROF RECEIVED BY HUD]), Day([DATE RROF RECEIVED BY HUD])+17)
Any suggestions how I could get this same field to...