maximus4444
New member
- Local time
- Today, 03:33
- Joined
- Oct 24, 2006
- Messages
- 2
Hello all,
I'm using M$ Access 2002. I have a query which contains an expr as one of the fields. The expression adds three text fields together to create a salutation. This is the expression:
Expr1: [students].[Fname] & " " & [students].[LNAME] & " " & [students].[gradelvl]
Where all three fields are of the Text data type. I am trying to display the students grades for next year. So if the value of [students].[gradelvl] is "10", it should display "11". If it were a Number data type I think this would be easier for me to figure out.
Any ideas?
Thanks for your help,
cheers maX
I'm using M$ Access 2002. I have a query which contains an expr as one of the fields. The expression adds three text fields together to create a salutation. This is the expression:
Expr1: [students].[Fname] & " " & [students].[LNAME] & " " & [students].[gradelvl]
Where all three fields are of the Text data type. I am trying to display the students grades for next year. So if the value of [students].[gradelvl] is "10", it should display "11". If it were a Number data type I think this would be easier for me to figure out.
Any ideas?
Thanks for your help,
cheers maX