
Signature
KARL DEWEY
Build a little - Test a little
> Hi. I have a form with a subform. the form runs over a query.
>
[quoted text clipped - 9 lines]
> Regards,
> Marco
Hi. it's Unbound.
I don't have field in the tables to say, "CheckMe".
I tried, but because the base query that supports the form, is a non
updatablew query it doesn't work.
Do you think that my only change is to insert the query result into a empty
table and in that table I have a "CheckMe" field type Yes/No
Regards,
Marco
> Is your checkbox bound to the query and in turn to the table?
>
[quoted text clipped - 11 lines]
> > Regards,
> > Marco
KARL DEWEY - 28 May 2008 19:08 GMT
>>Do you think that my only change is to insert the query result into a empty
table and in that table I have a "CheckMe" field type Yes/No
It is according to what you intend to do with the records. If you update
them then the orignal records still need updating.
Why not just use criteria in your query supplying records to the form?

Signature
KARL DEWEY
Build a little - Test a little
> Hi. it's Unbound.
>
[quoted text clipped - 24 lines]
> > > Regards,
> > > Marco