J
Jeff Boyce
Michael
I would have a concern about having a well-normalized database design
wherein a single table had more than 30 fields -- your situation with 70
raises alarms.
Access has a limit (2048, I believe) to the maximum number of characters in
one row on a table (excepting memo fields, which I believe are stored
"separately"). This may also be an issue with your 70 field design.
If I remember correctly, the kind of indexing that speeds up search work
does not apply on memo fields (but I might not be quite clear on that).
I would have a concern about having a well-normalized database design
wherein a single table had more than 30 fields -- your situation with 70
raises alarms.
Access has a limit (2048, I believe) to the maximum number of characters in
one row on a table (excepting memo fields, which I believe are stored
"separately"). This may also be an issue with your 70 field design.
If I remember correctly, the kind of indexing that speeds up search work
does not apply on memo fields (but I might not be quite clear on that).