J
JoeHawk
Guest
One of the fields in our form is the Assessor’s Parcel Number “(APN)” which is a unique number for a piece of real property. The value in this field is always a nine digit number.
Outside of Access we have a folder in My Documents which represents each county, and within this folder we have Jpeg files which are named by the "APN#.jpg" Example: C:\My Documents\Riverside County\123456789.jpg
This Jpeg would be the photograph of the house which is located on APN 123456789.
I would like to add a button on the form which would start my jpg viewer and pull up the specific jpeg file by looking into the APN field to find the file name.
I have no experience in writing any code for Access 2000, so I would appreciate some description on each line of code. Thanks
[This message has been edited by JoeHawk (edited 03-06-2002).]
Outside of Access we have a folder in My Documents which represents each county, and within this folder we have Jpeg files which are named by the "APN#.jpg" Example: C:\My Documents\Riverside County\123456789.jpg
This Jpeg would be the photograph of the house which is located on APN 123456789.
I would like to add a button on the form which would start my jpg viewer and pull up the specific jpeg file by looking into the APN field to find the file name.
I have no experience in writing any code for Access 2000, so I would appreciate some description on each line of code. Thanks
[This message has been edited by JoeHawk (edited 03-06-2002).]