G
Guest
I have a data base in which the item may be passed to up to 3 different
people for input. I have 3 fields -Person #1, Person #2, Person #3. I want
to run a report that only gives me that last person's name the report was
passed to.
Basicly if Person #3 is not void, than enter that name
If Person #3 is void,go to person #2
If person #2 is not void, then enter that name
If person #2 is void, then go to person #1.
Is there any way to do this?
people for input. I have 3 fields -Person #1, Person #2, Person #3. I want
to run a report that only gives me that last person's name the report was
passed to.
Basicly if Person #3 is not void, than enter that name
If Person #3 is void,go to person #2
If person #2 is not void, then enter that name
If person #2 is void, then go to person #1.
Is there any way to do this?