We have multiple users accessing a flat file database -- specifically an Access 97 database.<BR><BR>We've got a few problems with it:<BR>An Access 97 user and an Access 2000 user can access it at the ...
A: Once you decide on what kind of information you want to manage, there are enough user-friendly database programs to choose from. Here are a few suggestions to get you started. First, you should ...
Using flat file databases can lead to insertion, deletion and update anomalies. Use of relational databases where primary and foreign keys are used to link tables helps overcome these issues. Analysis ...