重复数据如何解决
select ym if this.caption='新增'
this.caption='继续新增'
endif
append blank
replace ym.日期 with thisform.text1.value
replace ym.单位 with thisform.text2.value
replace ym.价格 with thisform.text3.value
用这个代码追加表数据时,每次都是在录入结束后,在表中多出一条,最后录入数据的重复数据