Access caching queries?

W

Weston Weems

Hello...

I've got a form, wiht a subform on it. The subform has
VERY basic information, and simply has 3 checkboxes per
record that correspond with yes/no fields.

Initially, 2 of the 3 fields werent being selected in the
forms source query, and I was getting:

"control not editable; control bound to unknown field"

Anyway so I modified the source query to include the two
new fields, and in the subforms fieldlist, the new fields
are showing up properly, however I still get the control
not editable error.

The first checkbox is bound to number, and the two new
ones are tied to yes/no. The underlying query is not even
joined in any way shape or form.

Thanks in advance.
 
Top