Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Trouble

Status
Not open for further replies.

bryand

Technical User
Aug 1, 2001
12
US
I am having trouble with a query. I have a set of serial #'s, which in a form associate with a name from another table. But in the query it won't associate with that name. I can eneter the data into a table with the serial# and the name showing but when I go back into the query, only the serial # shows and it makes a seperate entry without a name even though that number is already showing in the query. How can I fix this?
 
Include the table with the name in your query and join the tables. te table wth the name must also have the serial number as one of it's fields.
 
Name is in both of my tables and they are both part of the query with a relationship from a Serial# that is a primary key to another serial#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top