Hi all,
I've got the following problem:
I have a form which selects data from table "bewoner". The only problem is that you can only search on bewoner_id. But I also want to be able to search on bewoner_achternaam (=lastname in dutch).
What I did is the following. I made a combobox which selects id + lastname and shows only the lastname. But now I want the value (id) to look up the comparing value in "bewoner".
To be more precise. If I select in de Combobox Kromhout, 001. Then in the other fields (firstname, lastname, city, etc) he has to select the right data.
I hope I made myself clear.
Thanks in advance,
Thijs Kromhout
The Netherlands.
I've got the following problem:
I have a form which selects data from table "bewoner". The only problem is that you can only search on bewoner_id. But I also want to be able to search on bewoner_achternaam (=lastname in dutch).
What I did is the following. I made a combobox which selects id + lastname and shows only the lastname. But now I want the value (id) to look up the comparing value in "bewoner".
To be more precise. If I select in de Combobox Kromhout, 001. Then in the other fields (firstname, lastname, city, etc) he has to select the right data.
I hope I made myself clear.
Thanks in advance,
Thijs Kromhout
The Netherlands.