T
Tall Mary
Help please. 10 days ago I thought I was familar enough with Access with the
help of a nice Core Technology book to make a Client database for work. Now
my brain is melting and I am going in circles.
I have to make a database that will allow search by Client Name or Case # or
Discussion # and be able to view 1 Client and all related Cases and the
Cases only have 1 Discussion but may have multiple Cases.
Also want to see on a form the 1 Client's multiple Case#s in a List Control.
I made:
a Clients Table w/ PK as ClientID#
a Case Table w/ PK as Case#ID and foreign key ClientID# (so related to
Clients)
a Discussion Table w/ PK as DisID#and 2 foreign keys, ClientID# and CaseID#
(so I call see the One Client, Many Cases to the One Discussion).
Am I going in the right direction ? Please use baby Access language as I
now believe I know nothing about Access. Thank you.
help of a nice Core Technology book to make a Client database for work. Now
my brain is melting and I am going in circles.
I have to make a database that will allow search by Client Name or Case # or
Discussion # and be able to view 1 Client and all related Cases and the
Cases only have 1 Discussion but may have multiple Cases.
Also want to see on a form the 1 Client's multiple Case#s in a List Control.
I made:
a Clients Table w/ PK as ClientID#
a Case Table w/ PK as Case#ID and foreign key ClientID# (so related to
Clients)
a Discussion Table w/ PK as DisID#and 2 foreign keys, ClientID# and CaseID#
(so I call see the One Client, Many Cases to the One Discussion).
Am I going in the right direction ? Please use baby Access language as I
now believe I know nothing about Access. Thank you.