Just to add, the box must be editable...
> I wish to set a default for a text box based on the current month and year
> but I wish the month to be in UPPER case, for example MAY-07. I can get the
[quoted text clipped - 3 lines]
>
> Can anyone help?
Use an unbound control.
Set it's control source to:
=UCase(Format([DateField],"mmm-yy"))

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Rich Stone - 18 Mar 2007 20:14 GMT
Thanks Fred, worked a treat!
> > I wish to set a default for a text box based on the current month and year
> > but I wish the month to be in UPPER case, for example MAY-07. I can get the
[quoted text clipped - 7 lines]
> Set it's control source to:
> =UCase(Format([DateField],"mmm-yy"))