M
Mike
Hi folks,
I'm trying to create an internal database for tracking clients. I don't
think what I want to do is very difficult, but I would like to create a
database so that we could have a different record for each interaction with a
client, and be able to create reports showing those interactions, meetings,
phone calls, services provided, etc. I work for a non-profit and we do
business and housing counseling. Here is what I have so far.
1) A table with client demographic info (client ID, name, address, contact
info, etc),
2) A table with employee info (Employee ID, name, etc),
3) A table with meeting info (meeting ID, date/time, total hours, type of
meeting, and memo notes.
I'm not exactly sure how to link all of these tables together with
relationships, and I'm not sure if I have all of the appropriate tables. Do
I create a relationship between the client table and employee table, and the
client table and meeting table, and do the same for the employee table and
meeting table? Does this sound like I am on the right track?
Also, I'm working with a access database, but I'm running SBS 2003, so I
could do this with SQL if that would seem more beneficial. Thanks for any
advice.
Mike
I'm trying to create an internal database for tracking clients. I don't
think what I want to do is very difficult, but I would like to create a
database so that we could have a different record for each interaction with a
client, and be able to create reports showing those interactions, meetings,
phone calls, services provided, etc. I work for a non-profit and we do
business and housing counseling. Here is what I have so far.
1) A table with client demographic info (client ID, name, address, contact
info, etc),
2) A table with employee info (Employee ID, name, etc),
3) A table with meeting info (meeting ID, date/time, total hours, type of
meeting, and memo notes.
I'm not exactly sure how to link all of these tables together with
relationships, and I'm not sure if I have all of the appropriate tables. Do
I create a relationship between the client table and employee table, and the
client table and meeting table, and do the same for the employee table and
meeting table? Does this sound like I am on the right track?
Also, I'm working with a access database, but I'm running SBS 2003, so I
could do this with SQL if that would seem more beneficial. Thanks for any
advice.
Mike