J
john
Hi all,
in a table i have a descrition code and a description
i.e.
1-a long chain of char
2-a second long chain of char
3-...
on a form i display a table with a descritpion code field
In the field i have the value 1 but i want the first description
display on the form
How can i do that? Actually i am using a listbox to display it
But it is not looking good. I want a plain text box to display it.
(The user should not change it)
I could have put the description in the table directly
but i want to save space and make it easier to maintain.
What is the common practice for that? Am i oblige to make a fucntion in
the form to perform a look up of some kind?
Regards,
John
in a table i have a descrition code and a description
i.e.
1-a long chain of char
2-a second long chain of char
3-...
on a form i display a table with a descritpion code field
In the field i have the value 1 but i want the first description
display on the form
How can i do that? Actually i am using a listbox to display it
But it is not looking good. I want a plain text box to display it.
(The user should not change it)
I could have put the description in the table directly
but i want to save space and make it easier to maintain.
What is the common practice for that? Am i oblige to make a fucntion in
the form to perform a look up of some kind?
Regards,
John