I have one table with Action ID, Action Description and Action Status. Action ID is primary key, Action Description is Memo and Action Status is a combo box with 3 selection: Open, In Progress, Closed.
When a user choose the Action Status as Open or In Progress, you can see the action item on the Report. This part is pretty easy.
When a user choose the Action Status as Closed, the action item will be removed from the Report but remain inside the database. Can i know how to do that?
When a user choose the Action Status as Open or In Progress, you can see the action item on the Report. This part is pretty easy.
When a user choose the Action Status as Closed, the action item will be removed from the Report but remain inside the database. Can i know how to do that?