C
Charles E Finkenbiner
Hi All,
I was wondering the point where an MDB file might start to have data
integrity problems. What is the benefit/cost of putting all tables/data
in 1 file compared to breaking it up between several files.
I think 'Referential Integrity' would be the first thing broken if you
use several files, at least I think so. What other problems should I
avoid if I were to use several files.
Thanks for any input,
Charles
I was wondering the point where an MDB file might start to have data
integrity problems. What is the benefit/cost of putting all tables/data
in 1 file compared to breaking it up between several files.
I think 'Referential Integrity' would be the first thing broken if you
use several files, at least I think so. What other problems should I
avoid if I were to use several files.
Thanks for any input,
Charles