Hello Gina. I have a code39 font download but having an issue. I'm making a
DB that will print a 2x1 inch label that has a field in barcode font and
regular text. The field is my autonumber, however I have changed its format
so its ... "BT"000000...So every record will be
BT000001...BT000002...BT000003. So far so good...I have already downloaded a
code39 font and it works great.
The problem is when I add a start/stop characters to the control source of
that barcoded field so it can be scanned, it ignores my format and treats it
like any other autonumber field, i.e...1....2.....3. So when I print my label
(Zebra label printer) it prints the barcode and text underneath
is...*1*....*2*.....and scans a 1....2....3...So basically the control source
is ignore the format I have put in place. below is my control source.
="*" & [table.field] & "*"
Any ideas?
Gina Whipp said:
Edison,
Nothing to download and they can't possibly object to a font??? As Dave
said, ActiveX controls will cause you AND your company more grief in the
future.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
edisonl via AccessMonster.com said:
Hi Klatuu,
I appreciate your suggestions, but it is the policies of my company to
refrain from downloading
freeware.
Regards, Edison
Go with Gina' suggestion.
ActiveX controls are problematic. For example, there is little or no
support on how to use most of them and there are also licensing issues.
If
you install you app on multiple computers, you will need to have a license
for each computer and the control will have to be installed on that
computer.
Hi Gina,
[quoted text clipped - 18 lines]
Regards, Edison