I am using the query grid to calculate a future date based on a specific date field. All is fine except #error appears if there is no value in the specific date field. This is the code in the query grid:
Next IEP: DateSerial(Year([Last iep date]),Month([Last iep date])+6,Day([Last iep date]))
I have tried various ways to avoid the #error but can't seem to get the syntax right. Any help is much appreciated.
Bdm
Next IEP: DateSerial(Year([Last iep date]),Month([Last iep date])+6,Day([Last iep date]))
I have tried various ways to avoid the #error but can't seem to get the syntax right. Any help is much appreciated.
Bdm