Printing text field on a report with leading and ending "*"

  • Thread starter Thread starter Jim Halbert
  • Start date Start date
J

Jim Halbert

Hello All,

I need to print a text field on a report that will embed an asterisk at
the beginning of the field and at the end of the field. Spacing is
critical as the field uses a bar code font. The asterisks are needed to
allow a bar code reader to read the printed bar code. How do I embed the
the asterisks in a text field that does not have the asterisks as part of
the data? Any help would be greatly appreciated.

Thanks,

Jim Halbert
(e-mail address removed)
 
Make the textbox a calculated textbox.

Example Control Source:
="*" & [FieldName] & "*"
 

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

Back
Top