formating Union Query

  • Thread starter Thread starter Rick Stahl
  • Start date Start date
R

Rick Stahl

I have a Union Query that displays correct values but in an unformatted
table. Is there any way I can format these fields (they are correctly
formatted in the original queries) and also change the displayed field names
? Thank you !
 
Don't do formatting in tables or queries. Do the formatting in the form or
report.
As to changing displayed field names, create alias names like this:

Select FooBah As Dinky

The original table field is FooBah, but when displayed will say Dinky
 
All right. Thank you ! This will work.


Klatuu said:
Don't do formatting in tables or queries. Do the formatting in the form
or
report.
As to changing displayed field names, create alias names like this:

Select FooBah As Dinky

The original table field is FooBah, but when displayed will say Dinky
 

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

Similar Threads


Back
Top