Ask a Question related to Coldfusion Database Access, Design and Development.
-
bob2cam #1
Use results from query to search a different table
Hello, I have a table named inquiries. It contains 1,000 records and continues
to grow. I've been asked to take the firstName, and lastName from each record
and use them as search criteria against another database that contains about
6,000 records. So I'm faced with the delemma of running a 1,000 searches at any
given time... I haven't a clue as how to begin.. Any help or direction would
be greatly appreciated. Thanks, Bob
bob2cam Guest
-
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Dinamt Table, cannot export sql query results to excel! Please help
Hi all friends, I'm going crazy with this problem. Let me explain, I've got a search engine, and the results ar going to a table control, not a... -
Display query results in iframe not a table
Hi Problem: I am previewing a PowerPoint slide show in a web page iframe. I would like to be able to link the iframe somehow to a database of... -
asp search returns no results from access query
access 2000 query: here's what i want to do. from an asp page, perform a search on a table in access. i have used sql code in the asp page... -
BigDMorris #2
Re: Use results from query to search a different table
Will this work?
SELECT *
FROM FirstTable, SecondTable
WHERE SecondTable.FirstName = FirstTable.FirstName
AND SecondTable.LastName = FirstTable.LastName
Dave Morris
BigDMorris Guest



Reply With Quote

