Forms- changing values in text box

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi All,

I'm trying to change the values that is displayed in the
text boxes withing the form. Somehow when I'm trying to
change a value in the text box, it is not letting me make
any changes. Is there somthing that I need to do,so that I
cand edit the values within the text boxes? The values in
the text boxes are bound to the queries directly, not to
the table.

Thanks for the help...

Mike
 
Hi Mike,

Check your query. If you run the query and the data returned is not
updatable, it will not be updatable in the form either. This can happen
when, for example, you do a left-join between tables in the query.

Hope this helps,
- Glen
 
Is there a way that I can edit the text boxes in the form
even with the queries that I created??If yes, how and if
No, then what is the solution I can use to make the text
boxes editable??

Thanks for the suggestions...

Mike
 
Back
Top