Question about a form

L

Les

I created a new form using 2 tbl the form allows for viewing but will not
allow me to change any data on the tables. also non of the drop downs will
allow selection of the information. did I forget something? how do I go about
fixing this.
 
J

John W. Vinson

I created a new form using 2 tbl the form allows for viewing but will not
allow me to change any data on the tables. also non of the drop downs will
allow selection of the information. did I forget something? how do I go about
fixing this.

By correcting the error in the structure of the form... which we do not know.

My *guess* is that you based the form on a Query joining the two tables. Some
two-table queries are updateable, but you're usually better off using a Form
based on the "one" side of the relationship and a Subform based on the "many".


John W. Vinson [MVP]
 
Top