Results 1 to 3 of 3
  1. #1
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727

    barcode control


    All, using 2010. I am using a barcode type and cannot get it to print where the barcode scanner will scan. I did however test it in word and it accepts it with a parenthesis () around the number. I tried to put () around the control but I am having a senior moment and can't remember how you enclose a control with () on a form. I tried:

    Code:
    =&" ( " & [controlname] & ")" &
    Please assist in my senior moment

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    Why do you have leading and trailing &?

    ="(" & [controlname] & ")"

    That will concatenate &s with the value of referenced control.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    It was incorrect. I think I have it now. Thanks

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Barcode in Report????
    By swedni in forum Reports
    Replies: 2
    Last Post: 01-29-2015, 05:52 AM
  2. Is this barcode a working barcode?
    By panoss in forum Access
    Replies: 2
    Last Post: 11-06-2014, 10:10 AM
  3. GS1-128 Barcode in Report
    By AKQTS in forum Reports
    Replies: 1
    Last Post: 09-23-2011, 04:36 PM
  4. Barcode control problem
    By ckleung in forum Database Design
    Replies: 0
    Last Post: 07-26-2011, 10:56 PM
  5. barcode
    By techker in forum Access
    Replies: 1
    Last Post: 02-21-2009, 09:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums