Design by Sue
Registered User.
- Local time
- Today, 10:30
- Joined
- Jul 16, 2010
- Messages
- 816
I have a report that displays training completed for an employee. Some of these classes have expiration dates and others do not. The query that this is based on has fields that are DateCompleted- the date the training was completed, Expiration - the number of months that the training is good for, sometimes there is a number and sometimes there is a 0, and I have created field called ExpDate that shows the actual date of the expiration for that training. The report was set up to display the Expiration (number of month til the expiration) but to make it more userfriendly I need to put the ExpDate on the report. That part I got but here is where I could use some help. How do I get the ExpDate to be blank if the training does not expire (Expiration = 0)? I am thinking I need to add an IF statement to the onload but maybe not. But at this point I really need a kick start to get this going.
I have not worked in access for a couple of years and my brother who was always there to help passed away so now I am on my own, and have forgotten a lot of what I knew. Please help - and thanks in advance for any assistance.
I have not worked in access for a couple of years and my brother who was always there to help passed away so now I am on my own, and have forgotten a lot of what I knew. Please help - and thanks in advance for any assistance.