G
Guest
I made a report to count the number of each type of transaction...I get the
type from taking each voucher and cutting off the first two letters from the
voucher number "Left$([VOUCHER],2)"...the report is created from a query. So
my report looks like:
Summary for CP = 50
Summary for MJ = 1400
Summary for PC = 10850
I have another table that explains what each two digit code is called Prefix
(CP = Copy Card, MJ = Stores Voucher)
How do I change my "Left$([VOUCHER],2)" to use the name instead.
And
In the Report "Record Source" which is "MyQuery", do I change it to reade
"MyQuery,Prefix" to make this work?
type from taking each voucher and cutting off the first two letters from the
voucher number "Left$([VOUCHER],2)"...the report is created from a query. So
my report looks like:
Summary for CP = 50
Summary for MJ = 1400
Summary for PC = 10850
I have another table that explains what each two digit code is called Prefix
(CP = Copy Card, MJ = Stores Voucher)
How do I change my "Left$([VOUCHER],2)" to use the name instead.
And
In the Report "Record Source" which is "MyQuery", do I change it to reade
"MyQuery,Prefix" to make this work?