hi,
I have a table that say has 1000 records in it called " all events"
I have a subform called tasks which comes from a query from the table " all events"
at present the query is set to "no" on the completed field
I also et the date field to <=now() + 7 so I only got 8 records in my subform and report. the report shows outstanding tasks. but I don't want to show say 900
7 days worth of records is all I need to see consistently
I have now realised this is not correct
what I would like it to do is every time I tick the completed field that record disappears ( of which it does) but I would like a new record to replace it . if I tick 5 records then 5 records replace then
it would be the next record in date order
any help appreciated
steve
I have a table that say has 1000 records in it called " all events"
I have a subform called tasks which comes from a query from the table " all events"
at present the query is set to "no" on the completed field
I also et the date field to <=now() + 7 so I only got 8 records in my subform and report. the report shows outstanding tasks. but I don't want to show say 900
7 days worth of records is all I need to see consistently
I have now realised this is not correct
what I would like it to do is every time I tick the completed field that record disappears ( of which it does) but I would like a new record to replace it . if I tick 5 records then 5 records replace then
it would be the next record in date order
any help appreciated
steve
Last edited: