How to use Employees Photos on forms

  • Follow


I want to use or display photos of employees on "Employee record form". the 
photos are req to be changed every time operator nevigates records. All 
employees photos are JPG files in a folder. The files are renamed so that 
every photo file has same name as of that employee's registration no. Also 
advice me wether to store photos in employees table would be efficient or i 
should store them in seperate folder. And also how to make Data Enty form to 
store photos into the table 
Thanks
-- 
I H Naqvi
0
Reply Utf 10/3/2007 5:10:01 PM

Hi

Try this link

http://www.databasedev.co.uk/bound_image_form.html


-- 
Wayne
Manchester, England.



"I H Naqvi" wrote:

> I want to use or display photos of employees on "Employee record form". the 
> photos are req to be changed every time operator nevigates records. All 
> employees photos are JPG files in a folder. The files are renamed so that 
> every photo file has same name as of that employee's registration no. Also 
> advice me wether to store photos in employees table would be efficient or i 
> should store them in seperate folder. And also how to make Data Enty form to 
> store photos into the table 
> Thanks
> -- 
> I H Naqvi
0
Reply Utf 10/3/2007 5:30:01 PM


Save the photos to a directory on the hard drive or server and use e path to 
access the file as the picture property of an image control. For the code 
and a sample of how to do this, try:

http://www.datastrat.com/Download/Picture2K.zip
-- 
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

"I H Naqvi" <IHNaqvi@discussions.microsoft.com> wrote in message 
news:CCC7262F-8D5D-4B6A-AB04-ED8A80901B8C@microsoft.com...
>I want to use or display photos of employees on "Employee record form". the
> photos are req to be changed every time operator nevigates records. All
> employees photos are JPG files in a folder. The files are renamed so that
> every photo file has same name as of that employee's registration no. Also
> advice me wether to store photos in employees table would be efficient or 
> i
> should store them in seperate folder. And also how to make Data Enty form 
> to
> store photos into the table
> Thanks
> -- 
> I H Naqvi 


0
Reply Arvin 10/3/2007 6:18:33 PM

2 Replies
494 Views

(page loaded in 0.079 seconds)


Reply: