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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lookup two tables in a database

Status
Not open for further replies.

loganswell

Programmer
Dec 28, 2000
111
GB
Hi,

Does anyone have any sample code for the following scenario?

Database has two tables. One table is searched until a value of a record / field is true. The ID if THAT record is then used to look up the second table to see if the ID exists in there and if so display its contents. This would have iteration until EOF on the first table.

Thank you! :)

Jim
 
I don't very little sql to help you with joins, but I can suggest is creating either a query in access or a view in sql displaying all the relevant info and just pull from it


--------------------------------------------------------------------------------
 
meant to say, I know very little sql. (and little spelling also)


--------------------------------------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top