Thursday, July 30, 2009

Creating a resume database?

I have been asked to create an access databank to keep and track company C.V.s. Any idea where I can get a free sample ms access or some idea on how to create it. I have already checked MS templates but found nothing there. Tnx.

Creating a resume database?
Create a table with the following columns:


1) unique ID for a person whose cv you have


2) absolute path to the file that contains the cv (assuming you have it on the same HDD).


3) maybe also the nae of the person





In the application you return all fields of the table. .Net has a process facility which allows you to open other programs from your own program. For example a word document (since the CVs might be in .doc format).


No comments:

Post a Comment