Thread: Relationship
View Single Post
  #1  
Old May 20th, 2010, 05:33 PM posted to microsoft.public.access.tablesdbdesign
PJ
external usenet poster
 
Posts: 265
Default Relationship

I created 5 Tables:

1)Office with Primary Key as auto number named Office ID
2)Marketer with Primary Key as auto number named Marketer ID
3)Currency with Primary Key as auto number named Currency ID
4)Client Name with Primary Key as auto number named Client ID
5)Client Ticket with Primary Key as auto number named Client Ticket ID

I have Client ID in each of the other 4 tables and Client is the
relationship by Client ID. When I test and add a new client it is not
showing up in the other tables. I do not think I set up the database design
correctly. Any suggestions??

Thank in advance.