I have a table that has Emp ID, EmpName and EmpSignature. The
empsignature has the path of each Signature.
On a form I have a combo box that will display a specific employee.
On a printed report that employees signature will be displayed. How can
I trigger that?
thank you
Br@dley - 05 Apr 2006 12:12 GMT
> I have a table that has Emp ID, EmpName and EmpSignature. The
> empsignature has the path of each Signature.
[quoted text clipped - 5 lines]
>
> thank you
Have a look at the thread called "Image Control In Report Header Or Page
Header".
(Hint: you needto add some code to the Detail_Format() event to set an image
control's source to the value of empsignature)

Signature
regards,
Br@dley