No, in the field part of the query, create a new field

Signature
\\// Live Long and Prosper \\//
BS"D
> Hi,
>
[quoted text clipped - 31 lines]
> > >
> > > SGC
To be more specific, in the field where you want to store the country, rather
than
Country, put:
Cntry: Iif(Len(Trim(Nz([country],""))) = 0,"UK",[country])
> Hi,
>
[quoted text clipped - 31 lines]
> > >
> > > SGC
Steve Crowther - 27 Jan 2006 18:31 GMT
Thanks for this, I got it now.
In the same database - the Name field is all in uppercase and way to change
this to Title Case (first letter of each word capital rest lowercase)?
SGC
> To be more specific, in the field where you want to store the country, rather
> than
[quoted text clipped - 36 lines]
> > > >
> > > > SGC
Ofer - 28 Jan 2006 18:20 GMT
Yes, by using the StrConv function
NewFieldName: StrConv([FieldName],3)

Signature
\\// Live Long and Prosper \\//
BS"D
> Thanks for this, I got it now.
>
[quoted text clipped - 43 lines]
> > > > >
> > > > > SGC