Basically i have 2 tables...
TeamTable: TeamID, TName, TCountry
ProductTable: ProductID, TeamID, Cost ect...
what i have so far is a form in which the user can create new products using information in the team table.
so what the user has to do is enter the teamID(Producttable) for the TName & TCountry to appear. but what i want is the user to type the TName and TCountry fields which then make the TeamID field appear. it sounds complicated but i hope it isnt. can anybody help me?
thanks for your help!
TeamTable: TeamID, TName, TCountry
ProductTable: ProductID, TeamID, Cost ect...
what i have so far is a form in which the user can create new products using information in the team table.
so what the user has to do is enter the teamID(Producttable) for the TName & TCountry to appear. but what i want is the user to type the TName and TCountry fields which then make the TeamID field appear. it sounds complicated but i hope it isnt. can anybody help me?

thanks for your help!