保存按钮
If e.Form.Controls("保存").Enabled = True Tables("业务估价").Current.Save() e.Form.Controls("修改取消").Enabled = True e.Form.Controls("开单取消").Enabled = True e.Form.Controls("修改取消").text = "修改" e.Form.Controls("开单取消").text = "开单" e.Form.Controls("保存").Enabled = FalseEnd If