Natasha Garcia
New member
- Local time
- Today, 13:28
- Joined
- Jul 31, 2006
- Messages
- 6
Hi all
Please excuse me if I'm a little wafty in my request, I am very new to Access with a very demanding boss and while I know what I need to achieve, I'm not entirely sure how to do it.
I have a change database and I'm trying to sebsection the results of a query in a report by using the following criteria ...
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is NO) THEN status = VARIATION – PENDING APPROVAL – NOT PROCEEDING
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is YES) AND (“Approval from Client Manager” is NULL) THEN status = VARIATION – PENDING APPROVAL – PROCEEDING
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is YES) AND (“Approval from Client Manager” is NOT NULL) THEN status = VARIATION – APPROVED – PROCEEDING
... the things in " " are fields in various tables.
I'm not too sure where to go from here though. I don't want this status to be a permanently recorded field, just a calculation that the report makes to group the results.
Any ideas?!?
Incidentally, I'm running Access 97
Thanks
Tash
Please excuse me if I'm a little wafty in my request, I am very new to Access with a very demanding boss and while I know what I need to achieve, I'm not entirely sure how to do it.
I have a change database and I'm trying to sebsection the results of a query in a report by using the following criteria ...
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is NO) THEN status = VARIATION – PENDING APPROVAL – NOT PROCEEDING
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is YES) AND (“Approval from Client Manager” is NULL) THEN status = VARIATION – PENDING APPROVAL – PROCEEDING
IF( (“PCN Designation” is VARIATION) AND (“Team to Proceed with Change” is YES) AND (“Approval from Client Manager” is NOT NULL) THEN status = VARIATION – APPROVED – PROCEEDING
... the things in " " are fields in various tables.
I'm not too sure where to go from here though. I don't want this status to be a permanently recorded field, just a calculation that the report makes to group the results.
Any ideas?!?
Incidentally, I'm running Access 97
Thanks
Tash
Last edited: