hello, i need help with splitting up a huge spreadsheet of information and entering it into a access database.
here is what i have:
a bunch of 'public' info: name, job title, work phone, etc.
private info: home address/no., soc sec, etc.
problems:
1.should this info be split into two different tables (ie. private and public information)?
2.i would also like to leave peoples info in the database after they leave the company(turnover is pretty high here), but i'm not sure of a good way to designate whether they are with the company still or not.
3.I would like job titles to show up in a drop down menu, with the option of entering a title that isn't there. Should I create a separate table to contain these job titles? If so, can I set if up so that when a person fills in a new job title using a form, the list of previously entered job titles gets updated?
4. if the information is split in private v. public info, do i include the persons name in both tables, or link the two of them in some other manner? what should the primary keys be?
5. also, is it possible to make a certain portion of the database viewable by users (public table) and make another section (private table) require a password?
i obviously don't know much about what i am doing here. I have created this database already, but i am not happy with what i have. i know just enough to confuse myself easily. i would appreciate any input.
Thanks!
here is what i have:
a bunch of 'public' info: name, job title, work phone, etc.
private info: home address/no., soc sec, etc.
problems:
1.should this info be split into two different tables (ie. private and public information)?
2.i would also like to leave peoples info in the database after they leave the company(turnover is pretty high here), but i'm not sure of a good way to designate whether they are with the company still or not.
3.I would like job titles to show up in a drop down menu, with the option of entering a title that isn't there. Should I create a separate table to contain these job titles? If so, can I set if up so that when a person fills in a new job title using a form, the list of previously entered job titles gets updated?
4. if the information is split in private v. public info, do i include the persons name in both tables, or link the two of them in some other manner? what should the primary keys be?
5. also, is it possible to make a certain portion of the database viewable by users (public table) and make another section (private table) require a password?
i obviously don't know much about what i am doing here. I have created this database already, but i am not happy with what i have. i know just enough to confuse myself easily. i would appreciate any input.
Thanks!