1、先计算得出工龄;参考你之前的帖子;
http://www.foxtable.com/webhelp/scr/2647.htm
2、然后判断性别和工龄,如
If e.datarow("性别") = "女" and e.datarow("工龄") > 1 then
e.datarow("其他金额")=515
ElseIf e.datarow("性别") = "女" and e.datarow("工龄") <= 1 then
e.datarow("其他金额")=15
End If