Using 'SQL view' in design mode, drop this in as the query, changing the name of the table and changing or adding field names as necessary...
"Update [table1] Set [Field1]= [red]UCase[/red]([Field1])"
... or even
"Update [table1] Set [Field1]= UCase([Field1]), [Field2]= UCase([Field2])"
Enough ? [sig]<p>Amiel<br><a href=mailto:amielzz@netscape.net>amielzz@netscape.net</a><br><a href= > </a><br> [/sig]