J
JD McLeod
I have a database project with one primary table in it. I have several
supplemental tables, but one main table. It is a very large table with a lot
of data in it, but it seems to work ok.
Question>> As a general rule, is it better to have fewer tables if you can
get by that way?
Also, some of the supplemental tables are included to make data entry on a
form easier. For example, one piece of data the user must enter in the
database is the type of audit procedure they are performing. My data entry
form uses a drop-down box for this. All I care about is whether it is
preventive (P) or detective (D). The (P) or (D) is what is actually stored
in the database, but the form has to display the text preventive or detective
along with the letter so that the auditors won’t forget what they stand for.
That is why I have the second table. I am able to have two columns and it
makes the form work easier.
Question>> Is there a way I can accomplish this without having to have these
supplemental type tables?
Thanks. I am updating a project that was used last year and it seemed to
work fine, but I just wanted to streamline it this year.
supplemental tables, but one main table. It is a very large table with a lot
of data in it, but it seems to work ok.
Question>> As a general rule, is it better to have fewer tables if you can
get by that way?
Also, some of the supplemental tables are included to make data entry on a
form easier. For example, one piece of data the user must enter in the
database is the type of audit procedure they are performing. My data entry
form uses a drop-down box for this. All I care about is whether it is
preventive (P) or detective (D). The (P) or (D) is what is actually stored
in the database, but the form has to display the text preventive or detective
along with the letter so that the auditors won’t forget what they stand for.
That is why I have the second table. I am able to have two columns and it
makes the form work easier.
Question>> Is there a way I can accomplish this without having to have these
supplemental type tables?
Thanks. I am updating a project that was used last year and it seemed to
work fine, but I just wanted to streamline it this year.