无法在文本框中编辑值。 [英] Can't Edit value in a text box.

查看:79
本文介绍了无法在文本框中编辑值。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个带有绑定文本框的表单,该表单正确显示字段中的数据。我想能够更改文本框中的值,但它不会让我更改它。

I have a form with a bound text box that is properly displaying data from a field. Iwant to be able to change the value in the text box but it won't let me change it.

我检查了文本框并未锁定并启用。 Simillarly形式没有锁定。文本框不可编辑的原因是什么?

I checked and the text box is not locked and is enabled. Simillarly the form is not locked. What could be the reason that the text box is not editable?

推荐答案

表单的记录源是查询(或SQL字符串) )?如果是这样,你可以编辑该查询中的记录吗?

Is the record source of the form a query (or SQL string)? If so, can you edit records in that query?

要检查的另一件事:表单的Recordset Type属性不应设置为Snapshot。

Another thing to check: the Recordset Type property of the form should NOT be set to Snapshot.

表单的"允许编辑"属性应设置为"是"。

The Allow Edits property of the form should be set to Yes.


这篇关于无法在文本框中编辑值。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆