make table query format

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

Guest

I have a make table query. I would like to set the font type and size of the
resulting table. I can set the format manually, however evry time I run the
query it resets. I have also tried changing the format of the query using
the datasheet view, however this does not seem to affect the format of the
resulting table. Does this require VBA coding in the query to correctly
fromat the table and, if so, what is it?

Thanks for the help.

P.S. I know this is easily accomplished by using a form, however I really
need the table formated.
 
The short answer is that you should not let people see the tables. Tables
only should be used to hold data. Queries are similar.

Use forms and reports to display data. There you can format to your heart's
content.
 

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