Forum Discussion

Muhammad-Esq's avatar
Muhammad-Esq
Copper Contributor
May 17, 2022

Filter & Auto number in Tasks Management Template

Hi all,   I have two problems:   1. Completed Tasks: - I use a DB based on Task Management template. - When I open the form (Tasks List) it doesn't show the "Completed" tasks.   How can I mak...
  • George_Hepworth's avatar
    George_Hepworth
    May 17, 2022

    Muhammad-Esq 

     

    You can determine how filtering is done in the Tasks List form by examining its recordsource. It probably has a criteria that excludes completed tasks. That might be something like "WHERE Status<>"Complete" or "WHERE Status <> 4" where 4 is the ID for status of Complete. That's the most likely situation. You can modify it if you prefer to see all tasks, or you can add a option to see all tasks, or only open tasks.

     

    If the task numbers will vary between reports, i.e. you want the sequence only to represent the current set of tasks, there is a way to create a sequence number on the fly when the report or form opens.

     

    Here's a link to an example

Resources