lookup vs relationship

A

AndyB

I have a many to one relationship I am going to set up. I was wondering
however would I be better off just having the second table (the one)
referenced via a lookup on the first table (the many) for the values?


andy B
 
M

mscertified

I would recommend using a relationship and staying away from lookup tables.

Dorian.
 
Top