I have added a Yes/No field to my table and qry, the qry displays the field OK, however when I attempt to use it, I get a status bar error saying - This recordset is not updateable.
In other words, it won't let me check this field although if I go back to the table I can use the Yes/No box no problem on each individual record, which is understandable because this is the ungrouped base data.
If it helps, each recordset could be associated to as many as 20 or as little as one record in the table, dependant on what work needs to be done. All I am trying to achieve is a simple method of removing the grouped records once the work has been done, without having to go back to the table each time and deleting the individual components.
Perhaps even sending the deleted records to a seperate table called Work Done may be a solution, but until such time as I can perform a funtion on a recordset, I am not getting anywhere.
Any ideas ??
[This message has been edited by sandhurstUK (edited 02-15-2002).]