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.