Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

capital letters 1

Status
Not open for further replies.

JeroenB

Programmer
Apr 8, 2001
93
BE
Hi,

I have this small problem, but I really can't figure out how to solve it;
I want some of the data from my acces database to be displayed in capital latters in my asp(html) page.
I tried to change the notfication in the acces table (by placing a ">"), but this does not work).
Is it possible to deal with this in VBScript ?

Thanks
JeroenB
 
Have you tried using the "ucase" function?

<% =UCase(&quot;this will all be uppercase&quot;) %>

<% =UCase(myVariable) %>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top