Hi guys,
I'm having an issue I hope can be resolved with a macro but I don't exactly know how to fix it.
I have a table containing some fields with the following values:
1
2
3
When I open the report that gets it info from this table it prints me the values 1, 2 and 3.
Now I want the report to print me the values: YES, NO and N/A. So
1 = YES
2 = NO
3 = N/A
Is it possible to make something like this with a macro or do I have to use another way to get this result?
I'm having an issue I hope can be resolved with a macro but I don't exactly know how to fix it.
I have a table containing some fields with the following values:
1
2
3
When I open the report that gets it info from this table it prints me the values 1, 2 and 3.
Now I want the report to print me the values: YES, NO and N/A. So
1 = YES
2 = NO
3 = N/A
Is it possible to make something like this with a macro or do I have to use another way to get this result?