B
bob
I am writing this code for this program which does
reimburses employees per their grades...I am using this
code....MY problem..it seems to work fine for the 2004
year but for the class start dates before 2004 like
08/08/2003..it does not work right. Where Am i Making the
mistake. below is the code I am using.
If Me![Class Start Date] > "01/01/2004" Then
If Me![Final Grade] = "B" Then
Percent = "90%"
Else
If Me![Final Grade] = "A" Then
Percent = "70%"
End if
reimburses employees per their grades...I am using this
code....MY problem..it seems to work fine for the 2004
year but for the class start dates before 2004 like
08/08/2003..it does not work right. Where Am i Making the
mistake. below is the code I am using.
If Me![Class Start Date] > "01/01/2004" Then
If Me![Final Grade] = "B" Then
Percent = "90%"
Else
If Me![Final Grade] = "A" Then
Percent = "70%"
End if