C
CEVisker
I have created my first table(Clients) that has the client info, and
form to input information in the table. Primary key is there SSAN.
My second table is going to be Illness and Injury information, whic
will have just 4 feilds: [auto number], [SSAN], [date], and [details]
Every time a client has an illness or injury, I will use a form t
input the date and a brief description of the issue. The details fiel
will be a memo field.
The SSAN field in each table will be the relationship. The auto numbe
is used because obviously each client will have multiple records i
this table.
Questions: Am I doing this right? How do I create a form to enter thi
info into the table? What I would like is a form where I can select th
clients name from a dropdown list and then enter info about the ne
illness or injury. There are approximately 120 clients. In time, I ca
see this table having 10's of thousands of records. Will this be a
issue?
I appreciate any help, this is my first database.
Thank You,
Cha
form to input information in the table. Primary key is there SSAN.
My second table is going to be Illness and Injury information, whic
will have just 4 feilds: [auto number], [SSAN], [date], and [details]
Every time a client has an illness or injury, I will use a form t
input the date and a brief description of the issue. The details fiel
will be a memo field.
The SSAN field in each table will be the relationship. The auto numbe
is used because obviously each client will have multiple records i
this table.
Questions: Am I doing this right? How do I create a form to enter thi
info into the table? What I would like is a form where I can select th
clients name from a dropdown list and then enter info about the ne
illness or injury. There are approximately 120 clients. In time, I ca
see this table having 10's of thousands of records. Will this be a
issue?
I appreciate any help, this is my first database.
Thank You,
Cha