I am creating a datbase for a lawyer. Some clients have multiple charges under their name. I have created a look up value for the name of the charges to make the process quicker, but so far I am only able to choose and display one charge. Is their a way to add more charges within the row? does anyone have any suggestions on how I shouls organize the database?
Software/Hardware used:
ASKED:
March 29, 2010 11:09 PM
UPDATED:
March 30, 2010 3:09 PM
Carlosdl is absolutely correct. The basis for his answer is First Normal Form – remove repeating columns and create a table for those values. Said another way; make rows, not columns.