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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form based on query problems

Status
Not open for further replies.

esu4edp

Technical User
Feb 15, 2000
59
US
I want to have a main form with several sub forms based on a query. The only problem I have is the query is based on several linked tables and the query has lots of fields from these table. When I try to design the form, I open up the field list and it says too many fields defined, I guess you can only have 255 fields. Any way around this, or a different way of accomplishing what I want to do?
 
Without seeing your database I can only pose a few thoughts. Do you really need that many fields? Maybe your data needs to be normalized more. For example, if you have a table with fields like HOME NUMBER, WORK NUMBER, CELL PHONE, CAR PHONE, etc. you can change that to 1 field for NUMBER and another field for TYPE_ID, and then have a realtional table showing TYPE_ID and PHONE_TYPE. This could help significantly reduce the number of fields.

HTH! :) "Get it right the first time, that's the main thing..." [wavey]
 
I agree that it sounds like maybe your structure needs help. If I were creating a database the covered all of the items in a large store (Like HOME DEPOT for example) I probably wouln't have that many fields.

If you explain some about your databse goals maybe we could help you make your structure more efficient. That may get you to the end result quicker. Let us know! JerseyBoy
Remember: self-praise is no recommendation
 
I agree that it sounds like maybe your structure needs help. If I were creating a database the covered all of the items in a large store (Like HOME DEPOT for example) I probably wouldn't have that many fields. (and there are thousands of items in a HOME DEPOT!) :)

If you explain some about your database goals maybe we could help you make your structure more efficient. That may get you to the end result quicker. Let us know! JerseyBoy
Remember: self-praise is no recommendation
 
this is a reporting database for a police department. It has informatin about the report, the victim, reporting person, witnesses, suspects, stolen property, stolen vehicles, descriptions of suspects and so on. I dont have any data in the database, if its possible and someone wants to look at, and give me some advise, that's great!
 
If you send it to officeteach@yahoo.com I will try to look at it. JerseyBoy
Remember: self-praise is no recommendation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top