S
SylvieB
in the query, i have 3 fields; RMAnumber,RepairStatus (Open or closed) and
Days (calculated from Date Reported when an RMA number is created until
current day) all from the same table; on my query, i need to pull out all
records but in the "Days" field, only the number of days should show for
"Open" RepairStatus. In other words, if the repairstatus for an RMA is
closed, I don't need
to calculate the days since it is closed. Only for when the repairstatus is
open. I still however want to see all records.
How do i do that?
Thanks in advance for any help.
Days (calculated from Date Reported when an RMA number is created until
current day) all from the same table; on my query, i need to pull out all
records but in the "Days" field, only the number of days should show for
"Open" RepairStatus. In other words, if the repairstatus for an RMA is
closed, I don't need
to calculate the days since it is closed. Only for when the repairstatus is
open. I still however want to see all records.
How do i do that?
Thanks in advance for any help.