J
jillvt
Hi All -- I've got a problem that I'm tearing my hair out over
because it seems so simple
I have a very simple table that I am trying to make a report out of so
that I can print out barcodes to correspond with the table's data.
Table: "FSource", Access 2003
Fields:
FSID (pkey) (text) [Ex.: Local, Donation, Grant]
FSDescr (text) [Ex: "Purchased by department," "Donated from 3rd
party", "Funded by Grant"]
That's it, it's just a table I use for lookup values. I want the
report to print the barcode version of FSID (using my barcode font),
accompanied by the description in plain text. Seems easy enough...
add both fields, and set FSID to print using the Barcode font. Well,
to make a proper barcode, I need to surround FSID with two *s to make
*Local*, *Donation*, etc.
So, as I had done with my Locations report, which works and creates a
list of barcodes for each room, I set my control source for the field
to:
="*" & [FSID] & "*"
And my result is: ERROR.
I feel like I am missing something completely obvious, but in
everything I read, if I'm concatenating text to text, I just need to
use the & operator. I DO have this same formula working on a
different text field in another report, and I remember it was
problematic then but I don't remember how I fixed it. I've tried
changing the field properties so they're exactly the same as the
working report's, but no dice! Any thoughts?
Thanks for your help!!
because it seems so simple
I have a very simple table that I am trying to make a report out of so
that I can print out barcodes to correspond with the table's data.
Table: "FSource", Access 2003
Fields:
FSID (pkey) (text) [Ex.: Local, Donation, Grant]
FSDescr (text) [Ex: "Purchased by department," "Donated from 3rd
party", "Funded by Grant"]
That's it, it's just a table I use for lookup values. I want the
report to print the barcode version of FSID (using my barcode font),
accompanied by the description in plain text. Seems easy enough...
add both fields, and set FSID to print using the Barcode font. Well,
to make a proper barcode, I need to surround FSID with two *s to make
*Local*, *Donation*, etc.
So, as I had done with my Locations report, which works and creates a
list of barcodes for each room, I set my control source for the field
to:
="*" & [FSID] & "*"
And my result is: ERROR.
I feel like I am missing something completely obvious, but in
everything I read, if I'm concatenating text to text, I just need to
use the & operator. I DO have this same formula working on a
different text field in another report, and I remember it was
problematic then but I don't remember how I fixed it. I've tried
changing the field properties so they're exactly the same as the
working report's, but no dice! Any thoughts?
Thanks for your help!!