G
Guest
I want to have the same data in two different tables. (ex. user id).
Al said:Okay, but now your post makes no sense to me. Table A has other fields, so
does table B, that is why I need two tables...but I also don't want to
re-enter the same info...so my question is how do I go about doing that?
:
gls858 said:Any time you have duplicate info in two or more tables your databse is not
normalized. The whole point of having a relational database is to NOT
have duplicate info. You basic design is flawed. You need to check out some
articles on normalizing data. Here's just one link. there are many others
if you google on mormalize data.
http://www.accessdatabasetips.com/normalizing-data.html