【发布时间】:2012-01-27 07:49:06
【问题描述】:
有没有办法增加 Database Access 2007 中的字段数量?
这是我的问题:
我必须创建用户需要定义最终产品的顶级数据。
Example: Car Model X
然后我创建了一个包含 4 个部分的项目来列出建造这辆车的成本。示例:
Section 1: Raw Material
- lists raw materials to build 1 car where scrap percentage is included.
Section 2: Molding Process
- lists equipment cost in Molding Process to build 1 car
Section 3: Assembly Process
- lists equipment cost in Assembly Process to build 1 car
Section 4: Purchased Items
- list purchased materials to build 1 car
每个部分应包含 20 个相同的项目。示例
Section 1: > Raw Material 1
1. Component Part #,
2. Component Description,
3. Qty,
4. Material Part #,
5. Material Description,
6. Material Usage,
7. Unit Price,
8. Scrap Rate, etc.
我将在表格中重复这些项目 20 次。
我之所以这样设计,是因为我希望在报告中看到从第 1 节到第 4 节的所有内容。
如果有 20 种原材料/采购材料/工艺来制造一辆汽车,每个部分有 20 个相同的项目。
我编辑了这篇文章以添加:
这与单个文件的最大锁数有关。
我已经达到了大约 773 列。
Table 1 - 179 fields
Table 2 - 221
Table 3 - 221
Table 4 - 121
Table 5 - 7
Table 6 - 11
Table 7 - 8
Table 8 - 3
Table 9 - 1
Table 10 - 1
帮助说为了增加锁,我必须为我的电脑增加注册表。如果我这样做会发生什么?如果其他用户使用其他计算机,数据库是否可以使用?
谢谢,
迈克尔
【问题讨论】: