Separate tables or single table with queries?
Posted
by
Joe
on Super User
See other posts from Super User
or by Joe
Published on 2011-03-15T20:50:50Z
Indexed on
2011/03/16
0:12 UTC
Read the original article
Hit count: 272
I'm making an employee information database. I need to handle separated employees. Should I a. set up a query with a macro to send separated employees to a separate table, or b. just add a flag to the single table denoting separation?
I understand that it's best practice to take choice b, and the one reason I can think of for this is that any structural changes I make to the table later will have to be done in both places. But it also seems like setting up a flag forces me to filter out that flag for basically every useful query I'm going to make in the future.
© Super User or respective owner