Table Structure Query

bach

Registered User.
Local time
Today, 11:30
Joined
Aug 23, 2005
Messages
26
table.jpg


I am creating a little database for members and there role, does this structure look write.

If so I can't seem to create a form that will allow me to entere member details and select a role name and link it to though the tables.

Would appricate your help advice!
 
Can a member really have more than one title? If so, add RI to the relationship. If not, move the TitleID into the Members table and delete the existing relationships with the TitleMembers table and then delete the TitleMembers table.

Since the member has two independent relationships, you need to use a main form (member data) and two subforms (role data, title data).
 
Thanks

Pat,

Thanks for your reply, I have removed the middle table for the Title and inserted a field into members table to link to the title table.

I will have to give the form another go.

Thanks.
 

Users who are viewing this thread

Back
Top Bottom