Forum Moderators: coopster
table 1
ID name Price
table 2
ID Price
1 6.99
2 8.99
3 641.00
table one has colums ID, name, and price.
table two has columsn ID and Price.
There is going to be a html page where the user can enter the names and prices into table one.
how do i create the tables so that for example when the user types 3 in to the price field of table one, it automatically looks for id 3 in table two and puts the value of 641.00 there.
Hope you can help,
Thanks in advance.