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
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
= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &-----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