davesmith202
Employee of Access World
- Local time
- Today, 15:55
- Joined
- Jul 20, 2001
- Messages
- 522
I have a query where one of the fields is:
Inv: Inv1 & "/" & Inv2 & "/" & Inv3
This works fine and displays 3 numbers like this: 234/215/235
However, the Inv1, Inv2 and Inv3 fields are actually comboboxes which store the ID field of the lookup table.
So, instead I want to do show this:
Inv: Company1 & "/" & Company2 & "/" & Company3
i.e. I display the Company field rather than just the Inv no.
Can I use Column() somehow or do I need an alternative approach?
Thanks,
Dave
Inv: Inv1 & "/" & Inv2 & "/" & Inv3
This works fine and displays 3 numbers like this: 234/215/235
However, the Inv1, Inv2 and Inv3 fields are actually comboboxes which store the ID field of the lookup table.
So, instead I want to do show this:
Inv: Company1 & "/" & Company2 & "/" & Company3
i.e. I display the Company field rather than just the Inv no.
Can I use Column() somehow or do I need an alternative approach?
Thanks,
Dave