changing values in a bound textbox

D

Dinky

Hi
I'm having trouble making changes to a text box that is bound to
query field.
I cannot change the value at all.
The text box is enabled and is not locked but it is acting like it was
It used to work and I do not know of any other reason why it would ac
like this.

Can anyone help?

Thanks,
Dink
 
J

John Vinson

Hi
I'm having trouble making changes to a text box that is bound to a
query field.
I cannot change the value at all.
The text box is enabled and is not locked but it is acting like it was.
It used to work and I do not know of any other reason why it would act
like this.

It's probably the query itself that is not updateable - not all
queries are! Could you post the SQL view of the query?
 
Top