Access report, Avery Labels, Barcodes, .jpgs, and Binary Fields

T

Terry

Mike,

In your report design view drop an image control onto the
label. In the section's "on format" event something like
[image1].picture = [imagefieldname] should do it ... I
think.

Why not create your barcode string and install the font
and print the string in the barcode font?

HTH

Terry


-----Original Message-----
Heres what I am trying to accomplish...
I have a VB program that reads a "Registrants" table from a Access 2000
database (First Name, Last Name, EMail, ID, etc. - standard stuff)
From a concatenation of some fields, I use a 3rd party control to create a
..jpg (which is a Barcode, but the contents of the .jpg are irrelevant)

When the user hits the Print button, I use ADOX to create a temporary table
in the Access database as follows...

Dim tbl As New Table
Dim cat As New ADOX.Catalog
cat.ActiveConnection
= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top