G
Guest
IS there some reason why vba doesnt work? My code is
If Me.renupgrd <> "r" Then
Me.txtrenupgrdas = "Upgraded to:"
Me.txttitle = Me.mg & " Upgrade"
Else
Me.txttitle = Me.mg & " Renewal"
Me.txtrenupgrdas = "Renewed as:"
End If
It highlights 'me.renupgrd' saying 'you entered an expresion that has no
value' But it does have a value. The control is even on the form as it first
of all said 'Microsoft Access cannont find the control'
Am I missing something here?
Thanks in advance for your help
James
If Me.renupgrd <> "r" Then
Me.txtrenupgrdas = "Upgraded to:"
Me.txttitle = Me.mg & " Upgrade"
Else
Me.txttitle = Me.mg & " Renewal"
Me.txtrenupgrdas = "Renewed as:"
End If
It highlights 'me.renupgrd' saying 'you entered an expresion that has no
value' But it does have a value. The control is even on the form as it first
of all said 'Microsoft Access cannont find the control'
Am I missing something here?
Thanks in advance for your help
James