Skip Bisconer
Who Me?
- Local time
- Yesterday, 19:58
- Joined
- Jan 22, 2008
- Messages
- 285
I have a form to record employees training progress to a Log table. I am in the midst of updating this entire process and at one time had this problem solved (I thought). The user selects and employee id from a combobox list then selects the Training policy number from a combobox list and enters a training date. Each policy has an Interval(year) assigned 0, 1 or 3 to it.
The retrain date is where I am having issues. I have Retrain date's control source set at =IIf(Nz([Intv],0)=0,Null,DateAdd('yyyy',[Intv],[DateTrained])). This is suppose to add the interval to the Train Date and post to the table. The problem is it doesn't post to the table. All the other data on the form posts except that item. I can say that at one time in the past it did as the current table has retrained dates entered.
Can some one give me a suggestion as to what I am not seeing.
The retrain date is where I am having issues. I have Retrain date's control source set at =IIf(Nz([Intv],0)=0,Null,DateAdd('yyyy',[Intv],[DateTrained])). This is suppose to add the interval to the Train Date and post to the table. The problem is it doesn't post to the table. All the other data on the form posts except that item. I can say that at one time in the past it did as the current table has retrained dates entered.
Can some one give me a suggestion as to what I am not seeing.