D
Denis Bisson via AccessMonster.com
Good day,
Access 2000 on Windows 2000 Pro
I don’t know if the following can be done and if it CAN, how do I do it…
Components:
frmPersDetails - simply a form containing personnel details;
txtLNm - text field for a person’s Last Name
cmdCV – command button… more is to come with respect to the functionality I
am seeking…
Folder - “N:\Company\HR\Résumés\”
All soft copies of Résumés are stored in folder: N:\Company\HR\Résumés\
While I know how to program a hyperlink to cmdCV to open up N:\Company\HR\
Résumés\, what I would like to do is to open N:\Company\HR\Résumés\ so that
it only shows me the files/filenames that contain the text found in txtLNm.
For example: Assume txtLNm.value = “Smith”, I would expect to see the “N:\
Company\HR\Résumés\” folder displaying the following:
Frank Smith CV.doc;
Smith, Aaron.doc ;
etc
This almost sounds like a find/search/locate operation of some sort, and I
don’t know if (or rather HOW) it can be done.
Your assistance and time is appreciated.
Denis
Access 2000 on Windows 2000 Pro
I don’t know if the following can be done and if it CAN, how do I do it…
Components:
frmPersDetails - simply a form containing personnel details;
txtLNm - text field for a person’s Last Name
cmdCV – command button… more is to come with respect to the functionality I
am seeking…
Folder - “N:\Company\HR\Résumés\”
All soft copies of Résumés are stored in folder: N:\Company\HR\Résumés\
While I know how to program a hyperlink to cmdCV to open up N:\Company\HR\
Résumés\, what I would like to do is to open N:\Company\HR\Résumés\ so that
it only shows me the files/filenames that contain the text found in txtLNm.
For example: Assume txtLNm.value = “Smith”, I would expect to see the “N:\
Company\HR\Résumés\” folder displaying the following:
Frank Smith CV.doc;
Smith, Aaron.doc ;
etc
This almost sounds like a find/search/locate operation of some sort, and I
don’t know if (or rather HOW) it can be done.
Your assistance and time is appreciated.
Denis