Mybers!
Thanks for the good tips.
Right now I am working on developing Resume Database which includes Biographical Data, Education/Work Info, Location Preference, EEO Information, Resume History, and Interview information of the applicants. And have developed a search form for Names, Highest...
Mike,
Yes our HR department gets documents in .RTF, Doc, .PDF, and inline text in e-mail messages. So they're all in different format.
Hymn and Ken:
Actually, that's how I have it set up right now - where I have a hyperlink to the actual Resume file. HR is debating on to purchase either the...
Thanks Mike and Ken for the quick response!
I have about 500 Resumes and would like to import them in to the Access Database without doing data entry of each resume.
I really don't know any VBA. Can you suggest any other way to accomplish this task?
Thanks Marcus!
I just read about the Ominipage Pro product details. Its a great tool to turn PDF files into editable documents while retaining their layout. I will definitely put the request to the employer to purchase this software which really saves time and money when there are tons of...
Thanks Thomas and Marcus!
I apologize for replying back so late. I got heavily involved in other projects.
For now I am saving each PDF Image file as TIFF by using 'Save As' command. Then using 'Adobe Capture' software I convert those individual pages as one file to PDF Text file. Then use...
Hi Everyone:
I have some scanned files saved as PDF format. I would like these files to be converted to the Ms Word RTF format. I will be using Adobe Capture 3.0 software to make the file modifiable . I tried to save the flie type as *.TIF format but once the file is saved in TIF format it...
Roy-Vidar,
The ResumeNumber generated doesn't get stored/saved into the table. The number is only displayed in the forms. Any idea?
Pleae help!
Thanks in advance!
John,
Thanks for the prompt reply.
I am not quite sure how to write AfterUpdate code to insert the field data to the tblJobBank. Actually, tblJobDataBank would already have all the data but what I need is when the position number is entered for the Applicant I need that somehow linked to the...
Hi everyone:
I am building a Resume Database in Access 2000. I have about 7 tables linked together. I have a one main table called tblApplicantBioData. This table is linked with tblApplicantEducationInfo, tblWorkExperience, tblLocationPreference, tblEEOInfo, tblResumeHistory, and tblJobBank...
vb5prgrmr:
The problem is solved with the following:
The default value for the ResumeNumber field is set to =resNum().
The resNum Function is as follows:
Function resNum()
If IsNull(Forms!frmApplicantData!fsubResumeSubRevInfo!ResumeSubmissionDate.Value) Then...
Roy-Vidar:
Thanks for the quick reply.
Yes its a subform where the ResumeNumber should be auto generated. I had once changed the subform name that's why it was not finding it. And yes I am using the code in the Module.
Here's the corrected code and it works great:
Function resNum()...
I am using the following code but I am getting run-time error 2450 - MS Access can't find the fsubResumeSubRevInfo form refered to in VB ... :
Function resNum()
If IsNull(Forms!fsubResumeSubRevInfo!ResumeSubmissionDate.Value) Then
Forms!fsubResumeSubRevInfo!ResumeNumber.Value =...
vb5prgrmr:
Thanks a lot for taking time and interest on solving this problem. I'll try your suggestions and will post on the VBA forum for further help.
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.