make table query

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

Guest

I have three tables I would like to merge into one. I've used the make-table
query function but am getting a "too many fields defined" message. help!
 
shalic said:
I have three tables I would like to merge into one. I've used the
make-table query function but am getting a "too many fields defined"
message. help!

There are limits to the number of fields in a table or query (255) and there is
a limit to the total bytes in any given row of a table. If you are exceeding
either of these then there is not much you can do about it except to make
modifictions that bring your result in under the limit.

It is generally excepted that approaching anywhere near either of these limits
is a pretty good indicator of poor design. Properly normalized tables would
seldom exceed 50 or 60 fields.
 

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