B
BruceM
I have a form (frmMain, based on tblMain) that includes a combo box
(cboUserName) from which the user selects his or her name. cboUserName is
bound to [UserName], a text field in tblMain. Its row source is a query
(qryUserName) based on a table (tblUserName) that includes the person's name,
ID, and an OLE object field for a graphic (.tif) version of the person's
signature. When I make a report (rptMain) based on tblMain I would like to
insert the graphic (the "signature") rather than the name.
I had thought I could do this by 1) creating a relationship between tblMain
and qrySig, 2) creating a query (qryMain) that includes those two objects,
and 3) basing rptMain on qryMain. In rptMain is a bound object frame with
the OLE field from qryUserName as its record source. One difficulty I am
having is that qryMain only returns records for which there is a value in
UserName. frmMain will be filled out in stages, and all records need to be
available at all times, no matter if they are complete.
The second difficulty arises no doubt from my unfamiliarity with graphics in
general, and graphics in Access in particular. The graphic is the correct
size when I insert it into a Word document, but it is much too small when I
insert it into the report. I cannot make it larger within Access due to
pixellation, yet am not sure what to do with the original to make it work.
There are people here who can work with graphics, but I don't know what to
request of them in order for the "signatures" to be sharp and clear on the
report.
(cboUserName) from which the user selects his or her name. cboUserName is
bound to [UserName], a text field in tblMain. Its row source is a query
(qryUserName) based on a table (tblUserName) that includes the person's name,
ID, and an OLE object field for a graphic (.tif) version of the person's
signature. When I make a report (rptMain) based on tblMain I would like to
insert the graphic (the "signature") rather than the name.
I had thought I could do this by 1) creating a relationship between tblMain
and qrySig, 2) creating a query (qryMain) that includes those two objects,
and 3) basing rptMain on qryMain. In rptMain is a bound object frame with
the OLE field from qryUserName as its record source. One difficulty I am
having is that qryMain only returns records for which there is a value in
UserName. frmMain will be filled out in stages, and all records need to be
available at all times, no matter if they are complete.
The second difficulty arises no doubt from my unfamiliarity with graphics in
general, and graphics in Access in particular. The graphic is the correct
size when I insert it into a Word document, but it is much too small when I
insert it into the report. I cannot make it larger within Access due to
pixellation, yet am not sure what to do with the original to make it work.
There are people here who can work with graphics, but I don't know what to
request of them in order for the "signatures" to be sharp and clear on the
report.