chris11590
Registered User.
- Local time
- Today, 15:18
- Joined
- Jul 29, 2008
- Messages
- 130
i have created a junction table which include IDs from two other tables, which i have made both the primary keys. (this is how i understand junction tables are created?). However, i just read a post, a user had one PKs (the junction table) and two FKs (IDs from the other table). I am trying to accomplish a many to many relationship.
The problem is I can not set the datatype to autonumber because i get the message you can not use two autonumber twice; therefore i have set them to text. however, later when i try to join the tables i can not because of different datatypes.
bald! Chrissy
The problem is I can not set the datatype to autonumber because i get the message you can not use two autonumber twice; therefore i have set them to text. however, later when i try to join the tables i can not because of different datatypes.
bald! Chrissy