Hi All,
I have a corporate form in which i am having two comboboxes named Center Name like centre1,centre2 etc.
Another combobox having name Corporate name like IBM,Accenture etc.
My query is that the two tables named Centre and Corporate having uncommon fields
like Centre having fields Centre id and Centre Name and Corporate having fields Corpid and Corpname
Problem is i cannt include any of the common field in any of the tables as corporates are tend to change but centres are steady.
Then how to connect the two comboboxes?
Pls help me out.