![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got a list of column headers in a table, e.g. A, B, C 1, 2, 3 4, 5, 6 etc. In another table, I've got a list of field descriptions... Field, Description A, Apple B, Boy C, Cat, etc, How can I create a report which returns,.. Apple, Boy, Cat 1, 2, 3 4, 5, 6 |
#3
| |||
| |||
|
|
On Mon, 22 Mar 2010 17:46:00 -0700 (PDT), Parag parag.bhatna... (AT) gmail (DOT) com> wrote: The report will have a field where you want "Apple" to appear. If you simply generate a report based on tbl1 you would get "A". So set its ControlSource property to: =DLookup("Description", "tbl2", "Field='A'") -Tom. Microsoft Access MVP I've got a list of column headers in a table, e.g. A, B, C 1, 2, 3 4, 5, 6 etc. In another table, I've got a list of field descriptions... Field, Description A, Apple B, Boy C, Cat, etc, How can I create a report which returns,.. Apple, Boy, Cat 1, 2, 3 4, 5, 6 |

![]() |
| Thread Tools | |
| Display Modes | |
| |