Hello, dear community members!
I am very new to Access and actively learning via Youtube Tutorials, online master classes etc.
Have a question, answer on each I haven't found.
All sources strongly emphasize that, in order to create relationships between tables, each table should have Primary key defined.
I am, however, working with tables, where I cannot define Primary Key. There is no column with unique field, i.e. all data in columns can be seen several times in the table. If I manually create AutoNumber field, it will not make sense. Each of the tables has max 3 similar fields.
So, no Primary key, however, when I am designing a query, I can make several (between these common fields) connections between tables. And it seems to be working.
Question: Is it possible to make connections between tables without primary key? What are the consequences? Will the data in the result of the query be unreliable? What would be optimal way in my situation?
Thank you in advance for your time and help!