<<snippet>> You can enter a note directly into the note box as it appears on the To Do tab. This will automatically create a new To Do attribute without you having to manually select it. However, you will have to go to the new attribute and enter a date of 0000 for it to appear at the top of the list of facts. <<snippet>> You could add the field INDI._ATTR-TO_DO[1].DATE to your To Do tab and then won't need to go to the new Attribute to enter the date. This technique also allows you to produce a complete To Do list Query Report. Use a Query Type of Fact Set Columns such as: Owner =GetRecord(%FACT%) Note 1 =GetParagraph(%FACT.NOTE2%,1) Note 2 =GetParagraph(%FACT.NOTE2%,2) Note 3 =GetParagraph(%FACT.NOTE2%,3) Set Rows Filter: Add if =FactName(%FACT%) matches 'To Do' The multiple Note columns are needed to display all the Note otherwise you only get the first line followed by ellipsis (...) You could probably also produce a To Do Report by using the Report Options to only include To Do attributes in a Custom Report. Regards, Mike Tate