Formatting

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

Guest

When running a make table query I loss my formatting what can I do to ensure
my new table has the correct format
 
Create a table with the right formatting, and then run an Append query
instead of a make table query.
You'll need to delete the data first, and then append the new data.

That way you know exactly the right structure of the table, and you can
create Keys.
 
When running a make table query I loss my formatting what can I do to ensure
my new table has the correct format

MakeTable queries are in practice very rarely needed; and if you're
using table datasheet view for viewing or printing, bear in mind that
this is NOT what Tables are designed for.

Why do you feel that a MakeTable is needed? Might it not be better to
create a Form (for onscreen viewing) or Report (for printing), with
the formatting you want, and base it on a Select Query returning the
same data that your MakeTable query uses?

John W. Vinson[MVP]
 

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