lsit of operators to format form fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello access gurus!
Can anyone direct me to find a list to print out that has a symbol and its
use so i can see what is available to format folr feilds?

I know > makes capital letters for example..

Tahnk you!
 
folr fields are self formatting, so need no user defined formating :)
For form fields, it is a different story. Formatting applies to any output,
not just form controls (regardless of what you read in Microsoft
documentation, forms don't have fields, they have controls. Tables and
queries have fields.)

As to a complete list, to my knowledge, unless someone has taken the time to
compile it, it doesn't exist. Different data types have different formatting
symbols, so the best you can do is open VBA Help, search on the word Format,
and browse around.
 
Back
Top