Hi,
I have a Radio Button with label "Status" in my form to choose between two options:
"Pending" or "Completed" .
The problem is when I display the "Status" field in a report. It gives me either "Yes" if the status is pending or "No" if the status is completed. These values (Yes or No) don't make sense to the end user. I want to change the display to be either "Pending" or "Completed" . How can I do this?
p.s. I have no background in Visual Basic.
I have a Radio Button with label "Status" in my form to choose between two options:
"Pending" or "Completed" .
The problem is when I display the "Status" field in a report. It gives me either "Yes" if the status is pending or "No" if the status is completed. These values (Yes or No) don't make sense to the end user. I want to change the display to be either "Pending" or "Completed" . How can I do this?
p.s. I have no background in Visual Basic.
Comment