Hi,
I am really struggling to normalise a Client Meeting form.
The details are as follows
Client_Name, Client_phone (Normalised)
Date, Time, Location, Person_met, location, key_notes, Staff (repeating groups)
In 1st NF, I know the Client_Name (given a client_ID key) would be the foreign key in the repeated group, but I don't know which attribute would be the primary key.
Would Date and Time identify the meeting? Not sure if you can have two primary keys?
Any help would be much appreciated.