I'm trying to fulfill a user's request to track a particular field. In this situation, a cumulative dailiy log table is appended to every day along and includes a datestamp. (i.e. acct#, accrualstatus, otherstuff, datestamp)
The accrualstatus is a text field that can only be an 'N' or 'Y'. The user needs to know the date and other information associated with that record when this accrualstatus field changes from N to Y or Y to N.
Is this possible with a straight-up query? If not, is there some other way to do it?
Thanks,
G
The accrualstatus is a text field that can only be an 'N' or 'Y'. The user needs to know the date and other information associated with that record when this accrualstatus field changes from N to Y or Y to N.
Is this possible with a straight-up query? If not, is there some other way to do it?
Thanks,
G