combining to fields

  • Thread starter Thread starter djblade
  • Start date Start date
D

djblade

i have one table with product and id numbers and another table with serial
numbers. i need to get to products to access one serial number. how would i
do this
 
djblade said:
i have one table with product and id numbers and another table with serial
numbers. i need to get to products to access one serial number. how would i
do this

I can't make sense of your question unless I assuem "get to products"
should be "get two products". If that's the case, then it's a table
design issue: you need to add a reference (foreign key) to the
SerialNumbers table into the Products table. If you want clear answers,
a clear question is a good place to start, though.

Phil, London
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top