UCASE

B

Bill Davis

I am trying to have test changed to uppercase one it is
enter is used in after update UCase([txbComment 1])
any suggestions why it is not working?
 
K

Kevin Sprinkel

Private Sub txtComment_1_AfterUpdate()
Me![txtComment 1] = UCase(Me![txtComment 1])
End Sub

HTH
Kevin Sprinkel
 
B

Bill Davis

Thank you..
-----Original Message-----
Private Sub txtComment_1_AfterUpdate()
Me![txtComment 1] = UCase(Me![txtComment 1])
End Sub

HTH
Kevin Sprinkel
-----Original Message-----
I am trying to have test changed to uppercase one it is
enter is used in after update UCase([txbComment 1])
any suggestions why it is not working?

.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top