M
MikePage5
Hopefully this will help to better clarify what I am
trying to do.
I want the user to input a New Employee record with all
of the important data such as address phone number ect..
After the data has been placed in the record, the user
takes a digital photo of the employee, crops it to the
shape required and saves it as lets say, the employees
name or id. this is something that is in the database as
a field within the record i.e. [EFirstName][ELastName] or
[EmpID]
I want the user to then be able to only have to click on
a button to add the picture to the table as an ole object
the button should run a VB code that would fill in the
object with the correct picture by a preset path and
using data already placed in the database as the name of
the object.
click on button -> link to
X:\EmpDbase\emppics\[EFirstName]&[ELastName].jpg
or
X:\EmpDbase\emppics\[EmpID].jpg
trying to do.
I want the user to input a New Employee record with all
of the important data such as address phone number ect..
After the data has been placed in the record, the user
takes a digital photo of the employee, crops it to the
shape required and saves it as lets say, the employees
name or id. this is something that is in the database as
a field within the record i.e. [EFirstName][ELastName] or
[EmpID]
I want the user to then be able to only have to click on
a button to add the picture to the table as an ole object
the button should run a VB code that would fill in the
object with the correct picture by a preset path and
using data already placed in the database as the name of
the object.
click on button -> link to
X:\EmpDbase\emppics\[EFirstName]&[ELastName].jpg
or
X:\EmpDbase\emppics\[EmpID].jpg