Making text boxes writable in forms linked to queries

L

Lunahead

Hi,
I have created a form from a select query and it won't let me write directly
into the text boxes to update the tables linked to the query.
How can I make it allow this?

Thanks
 
R

Rick Brandt

Lunahead said:
Hi,
I have created a form from a select query and it won't let me write
directly into the text boxes to update the tables linked to the query.
How can I make it allow this?

Thanks

The problem is not the controls or the form. The problem is with the query.

Read the help file topic named "When can I update data in a query".
 
Top