I'm trying to get a data entry form to automatically populate a field (or possibly 2 fields), based on the value placed in another.
Example;
field1=date; field2=value(a,b,orc); field3(the one I need help with)=if [value]="a",[date]+1 month, or if [value]="b",[date]+3 months, or if [value]="c",[date]+6 months
Once I've got this, I hope to be able to do any other similar ones. But first I hope this isn't too heavy on VBA, as I've had almost zero use with it.
TIA
EnB



