SELECT UCase([thisfield]), UCase([thatfield]), UCase([theotherfield]) FROM
tablename;
or set the Format property of each field to > to display it in upper case.
Normally one would not make a query datasheet visible at all; instead you'ld
base a Form or Report on the query, and set the format property of each
textbox that you want capitalized to > in order to display the data in upper
case.
John W. Vinson [MVP]
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.