G
Guest
I hope i'v chosen the correct discussion group!!
My problem is quite simple. I'm not so familiar with visual basics code and
i just want to know something. I have this if on on click event of a command
button
If Me.Status_ID = "Accepted" Then
stdocname="Mcr View accepted letter"
End If
If Me.Status_ID = "Accepted" And Me.Student Country = "France" Then
stdocname="Mcr View accepted letter in French"
End If
Basically if a student is accepted into the college they get an acceptance
letter but the french students get theirs in french. This works fine except
that when i click on the command button for a french girl then both the
english and the french letter open. How do i put in the first if that if
me.status_ID = "Accepted" AND STUDENT COUNTRY IS NOT FRANCE?!
Thanks so much.
My problem is quite simple. I'm not so familiar with visual basics code and
i just want to know something. I have this if on on click event of a command
button
If Me.Status_ID = "Accepted" Then
stdocname="Mcr View accepted letter"
End If
If Me.Status_ID = "Accepted" And Me.Student Country = "France" Then
stdocname="Mcr View accepted letter in French"
End If
Basically if a student is accepted into the college they get an acceptance
letter but the french students get theirs in french. This works fine except
that when i click on the command button for a french girl then both the
english and the french letter open. How do i put in the first if that if
me.status_ID = "Accepted" AND STUDENT COUNTRY IS NOT FRANCE?!
Thanks so much.