wzxc说的没错,Combo1的 Style=0 下拉组合框既可以选,也可以输入新值
在combo1的keypress事件代码中
if nkeycode=13
if this.listindex=0
this.rowsourcetype=0
this.additem(this.displayvalue)
this.value=thisdisplayvalue
insert into table(fieldname) value(this.displayvalue)
this.rowsourcetype=6
endif
endif