Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of fields in a table or query

Status
Not open for further replies.

nqobile

Programmer
Joined
Aug 9, 2002
Messages
20
Location
SZ
My table is to have 212 fields but my access 2000 keeps saying I have define too many fields once I reach the 124th field. I ended up splitting the table into two,with the hope of creating a make table query that will bring them together. It still wont work.
NB: tables and queries take a maximum of 255 fields.

What could be the problem?
 
Access 2000 help under the heading:

Microsoft Access database table specifications

Number of characters in a record (excluding Memo and OLE Object fields) 2,000

So you are probably hitting the maximum record size.

Generally, very high numbers of fields in a record indicates that the database structure has not been normalised.

Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top