MarkoKobal
IS-IT--Management
I have simple case: two tables, ARTICLE and TYPE. (each article is one of the type).
ARTICLE(ID_Article, A_Name, ID_Type)
TYPE(ID_TYPE, T_Name)
This two tables are related through ID_Type.
Now I have a form for table ARTICLE, and I would like to add to this form a TextBox, in wich I would have only DISPLAYED the Type for the ARTICLE at the moment I fill in the ID_TYPE.
How would I do this?
ARTICLE(ID_Article, A_Name, ID_Type)
TYPE(ID_TYPE, T_Name)
This two tables are related through ID_Type.
Now I have a form for table ARTICLE, and I would like to add to this form a TextBox, in wich I would have only DISPLAYED the Type for the ARTICLE at the moment I fill in the ID_TYPE.
How would I do this?