Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Print First Character of 30 Byte Field on Report

0 views
Skip to first unread message

Brad

unread,
Nov 10, 2009, 8:47:01 AM11/10/09
to
We have an Access 2007 Report that current pulls many fields from a database
table.

We need to add one additional field to this report, but we only want to
print the first byte of this new field.

Is this possible?

Thanks,

Brad

John Spencer

unread,
Nov 10, 2009, 9:44:22 AM11/10/09
to
You can use an expression as the control's control source
=Left([SomeField],1)
Make sure there is no control in the report that has the same name as the name
of the field.


John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

KARL DEWEY

unread,
Nov 10, 2009, 10:27:08 PM11/10/09
to
Did you try Left([YourField],1) ?

--
Build a little, test a little.

Brad

unread,
Nov 11, 2009, 10:55:02 AM11/11/09
to
John and Karl,

Thanks for the assistance, I appreciate it.

=Left([Web_Order_Account_Rep],1) works nicely!

Thanks again,

Brad

0 new messages