Dear reader(s),
It looks like a very simple thing to solve, but I haven't seen a lightbulb yet
I have a SQL / database problem in MS Access 2000: I don't know how to select data from 2 columns which are in the same table and put them into a combobox which shows data of these two columns.
The situation:
The combobox will be:
There has to be a possibility to select productA, productB, productC, productD and productE by the user.
Should I make a view or can it be done with a SQL command?
Thanks in advance,
Jochen.
It looks like a very simple thing to solve, but I haven't seen a lightbulb yet
The situation:
Code:
--------- Products ------¬
| OLD NAME | NEW NAME |
|------------------------
| productA | productA |
| productB | productA |
| productA | productB |
| productC | productD |
| productD | productE |
--------------------------
The combobox will be:
Code:
-----------¬
| productA |
| productB |
| productC |
| productD |
| productE |
-----------
There has to be a possibility to select productA, productB, productC, productD and productE by the user.
Should I make a view or can it be done with a SQL command?
Thanks in advance,
Jochen.