Hi,
It seems simple but I can't figure out how to do this. I have 2 tables (Printers and Cartridges). Here is the basic structure:
I want to select all printers from table Printers but instead of having the ids for the cartridges, I want to link the tables to have the cartNumber instead.
I hope someone understands my problem. It's hard to explain.
Thanks for your help.
It seems simple but I can't figure out how to do this. I have 2 tables (Printers and Cartridges). Here is the basic structure:
Code:
Printers Cartridges
ID idCartridge
idBlack cartNumber
idCyan
idYellow
idMagenta
I hope someone understands my problem. It's hard to explain.
Thanks for your help.