Hi..
i have got a table which has two fields:
group_number
group_description
now when i type data into group_number it should fill in the information of group_description which is associated to group_number. the information which group_number belongs to which group_description is stored in another table.
the association between group_number and group_description looks like this for example ...
group_number: 001
group_description: Great Britain
group_number: 002
group_description: Lady Diana
etc...
so anyone know how to do that replacement?
i have got a table which has two fields:
group_number
group_description
now when i type data into group_number it should fill in the information of group_description which is associated to group_number. the information which group_number belongs to which group_description is stored in another table.
the association between group_number and group_description looks like this for example ...
group_number: 001
group_description: Great Britain
group_number: 002
group_description: Lady Diana
etc...
so anyone know how to do that replacement?