How to get " & " to display properly?

  • Thread starter Thread starter Dennis
  • Start date Start date
D

Dennis

Access 2003

I am using the symbol & (ampersand) in a name i.e.

XYZ & Associates, Inc. (in an Access Label)

Access wants to display it as XYZ _Associates, Inc.

TIA Dennis
 
Enter it as:

XYZ && Associates

The ampersand is used for other things in Access, so we use the double
ampersand to make sure Access knows that we want it to display a single one!

hth,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top