R
Richard
I have many tables based on two fields in two different tables. Rather than
have both PKs in every table, I would like to have a PK from one table
(tblStyle SK (StyleKey) 1...50) be in combination with an autonumber giving
me a unique ID based on the two so that it looks like this:
tblDesign Primary Key = (SK)37+autonumber = 37405
If this is possible in Access, would you please explain how I would go about
doing this? Thank you
have both PKs in every table, I would like to have a PK from one table
(tblStyle SK (StyleKey) 1...50) be in combination with an autonumber giving
me a unique ID based on the two so that it looks like this:
tblDesign Primary Key = (SK)37+autonumber = 37405
If this is possible in Access, would you please explain how I would go about
doing this? Thank you