Board index » delphi » Inserting new records with LEFT JOIN query?
Simian Jones
![]() Delphi Developer |
Wed, 25 Jun 2003 02:15:22 GMT
Inserting new records with LEFT JOIN query?
All,
Maybe someone can help me out here. I have two Access2000 tables, one that Questions Responses I have a simple JOIN query, in a TADOQuery that looks like: SELECT ResponseID, QuestionText, ResponseValue This way I can see every question whether or not they have answered it and I PROBLEM: If there is already a value there it updates it just fine. But if Any hints? Thanks |