Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

access using

Forum home » Delegate support and help forum » Microsoft Access Training and help » Access using < or > in the format field in design view to defaul

Access using < or > in the format field in design view to defaul

ResolvedVersion 2007

Kelly has attended:
Access Introduction course

Access using < or > in the format field in design view to defaul

I learnt this on the begginers Access course and its very handy to use on my data bases for post codes so they always appear in Capitals. however, when I run a query and then a report to print off some labels, the post code appears in the format it was entered in. So if I look at my table all my post codes are in capitals, but on my labels all my post codes print out in lower case! How do I fix this so what appears in the table, appears on my lables?

RE: Access using < or > in the format field in design view to de

Hi Kelly

Glad you found a good use for the upper case format > in Access. Unfortunately when you mailmerge the data into Word the formats get removed.

But you can add format codes to fields in Word as well!
In your labels document before you merge it,
Right click on a field
Choose Toggle Field Codes
Type \* Upper
Right click and Toggle Field Codes again.

For example {MERGEFIELD "Complany" \* Upper}
will make each company print in upper case.

If you look in Help these are called field code switches.
They can be used to format dates or numbers as well as text.

\@ dd MMMM yyyy
\# £#,##0.00

Regards
Doug Dunn
Best STL

RE: Access using < or > in the format field in design view to de

Dear Doug,

I'm sorry but I don't understand why you mention Word? I make the labels in Access by running a query and then a report. At no time do I use word? I don't do a mailmerge when I make labels, everything is done in Access with Label Wizard.

PLease can you explain,

many thanks

Kelly

RE: Access using < or > in the format field in design view to de

Hi Kelly

Fo labels created from Access (not Word!) the format codes eg > have to be added again.

Can be done by going into Design mode for your labels report.

Then select all the fields that are to be set for upper case.

Click Properties and select the Formart property entering > for upper case.

Hope that helps and sorry for the confusion about Word.

Regards

Doug

Doug Dunn
BEST STL


Tue 6 Dec 2011: Automatically marked as resolved.

Access tip:

How To Find All Overdue Accounts?

To find overdue accounts create a filter that compares today's date with the Invoice Date in the table. To do this:

1. Open the Query in Design View
2. Select the field for the filter and in the criteria row enter:

<Date()

This filter returns records where the Invoice Date is before today's date.

This filter can be manipulated if, for instance, Invoices are due 15 days after the Invoice Date. For this the filter would be:

<Date()-15

This filter returns records where the Invoice Date is 15 days before today's date.

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.