Talismanic
Registered User.
- Local time
- Today, 19:41
- Joined
- May 25, 2000
- Messages
- 377
I am using an If Or Then like this:
If TimeClass = "TR" Or Me!TimeClass = "FT" Then
There is code that follows the If Then that I am not having any problems with. The problem is that I need a way to set an earnings code based on the If Then.
If TimeClass is TR the EarnCode should = 9, if it is FT the EarnCode would be 10.
Should I put a nested If Then after the first or is the a better way to do it?
Any ideas?
[This message has been edited by Talismanic (edited 11-10-2000).]
If TimeClass = "TR" Or Me!TimeClass = "FT" Then
There is code that follows the If Then that I am not having any problems with. The problem is that I need a way to set an earnings code based on the If Then.
If TimeClass is TR the EarnCode should = 9, if it is FT the EarnCode would be 10.
Should I put a nested If Then after the first or is the a better way to do it?
Any ideas?
[This message has been edited by Talismanic (edited 11-10-2000).]