G
Guest
Have Report based on Table1
Table1 is records of Devices and each record has 20 fields which are all
codes that effectively describe the Device of record.
So the Report page is one device/record - and it lists the 20 field codes in
txtCode1 thru txtCode20
But some readers need to see a short description to understand what the code
is. There is another table that is the Code/Description table (C-DTable). 2
column only but about 15,000 records with all the codes.
I would like to add unbound txtboxes or labels to the Report - with one next
to each of the existing txtCode boxes....and have appear the correct
description. Not sure how I set that up.
thnx
Table1 is records of Devices and each record has 20 fields which are all
codes that effectively describe the Device of record.
So the Report page is one device/record - and it lists the 20 field codes in
txtCode1 thru txtCode20
But some readers need to see a short description to understand what the code
is. There is another table that is the Code/Description table (C-DTable). 2
column only but about 15,000 records with all the codes.
I would like to add unbound txtboxes or labels to the Report - with one next
to each of the existing txtCode boxes....and have appear the correct
description. Not sure how I set that up.
thnx