How do I edit field values in a form based on a parameter query?

G

graffmom

I've created a form based on a parameter query (based on a table) which
selects a few records from about 1000. When I'm in the form I would like to
change some of the values on the form and, consequently, the underlying
table. The form beeps at me when I try to change any of the values. The
properties for the form are set to allow edits.
 
G

graffmom

Boy, do I feel stupid. Yes, I had set the query to "Group By" , at one point
in my attempts to create the parameters values to work as I wished. Thanks
so much. Taking away the "Totals" row from the query solved the problem!!
 
Top