From: Peter on
Hi all..I want to create a one-to-many relation between:

Table: A. Field : A (AutoNumber) (Primary Key)

One to many relation

Table: B. Field: A (Number)

Am I thinking wrong here? If I cant Enforce Referential Integrity in this
case should I still create a relation, but without RI?

Thanks!