M
MT DOJ Help Desk
Access 2000
I've been working on a small flashcards database as a learning project. I
have the following 2 tables:
Side A - Contains the text for side A of the flashcard.
Side B - Contains the text for side B of the flashcard.
The two tables are related by a primary key that is of the Number data type.
I have a query that pulls data from both tables and sorts the data so that
side A of card 1 is followed by side B of card 1, then side A of card 2 is
followed by side B of card 2, etc. A form that runs the query allows the
user to flip through the records forward or backward, as if working with
actual flashcards.
I've been told that I should consider consolidating the two tables into one
table. If I do that, I'd have to add a column to store the card side (A or
B) for every record, which I currently don't need to do, so it would result
in storing more data, which seems less efficient to me. So the questions I
have are: Is one table superior to two tables? Why?
-- Tom
MT DOJ Help Desk
Making the world a safer place.
I've been working on a small flashcards database as a learning project. I
have the following 2 tables:
Side A - Contains the text for side A of the flashcard.
Side B - Contains the text for side B of the flashcard.
The two tables are related by a primary key that is of the Number data type.
I have a query that pulls data from both tables and sorts the data so that
side A of card 1 is followed by side B of card 1, then side A of card 2 is
followed by side B of card 2, etc. A form that runs the query allows the
user to flip through the records forward or backward, as if working with
actual flashcards.
I've been told that I should consider consolidating the two tables into one
table. If I do that, I'd have to add a column to store the card side (A or
B) for every record, which I currently don't need to do, so it would result
in storing more data, which seems less efficient to me. So the questions I
have are: Is one table superior to two tables? Why?
-- Tom
MT DOJ Help Desk
Making the world a safer place.