J
jmilley
Guest
I'm tryimg to find a way to do the following:
I have a table called Products, which contains a listing of my products. For some of these products I have individual plats stored by serial number, in a table called plants.
I want the user to enter the productID for the products table, and then present them with a list of all the serialNumbers associated with that productID.
The two tables are linked by ProductID
Right now what i have gives a listing of all serial numbers in the plants table.
Thanks
I have a table called Products, which contains a listing of my products. For some of these products I have individual plats stored by serial number, in a table called plants.
I want the user to enter the productID for the products table, and then present them with a list of all the serialNumbers associated with that productID.
The two tables are linked by ProductID
Right now what i have gives a listing of all serial numbers in the plants table.
Thanks