你看这个是不是你想要的,当在a1中输入值时,a2会显示a1中的值,如果你想用什么公式就直接在js的fun里面设就可。
jobno=request.form("jobno")
set rstemp=("select jobno_id from sale where jobno='"&jobno&"' order by id desc") ’取出数据库中同一工号下最大的工号id
temp_jobno=cint(right(rstemp("jobno") ,3) )+1 '取出后面3位工号id编号转为数字格式并加1
new_jobno_id=jobno&temp_jobno ‘生成新的工号编号 有问题加我3571393共同探讨