Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Query question

$
0
0
Hi.

What is wrong with this query:

PHP Code:

SELECT Main.[IssueID], Main.[ProjectID], Main.[MainSystem], Main.[SubSystem], Main.[Component], Main.[IssueHeader], Main.[ReportedBy], Main.[ReportedDate], Main.[IssueDescription], Main.[IssueConsequence], Main.[IssueFix], Main.[SolvedBy], Main.[SolvedDate], Main.[Attachment], Main.[Attachment].[FileData], [Attachment].[FileFlags] AS Expr1Main.[Attachment].[FileName], [Attachment].[FileTimeStamp] AS Expr2Main.[Attachment].[FileType], [Attachment].[FileURL] AS Expr3
FROM Main
WHERE 
(Main.ProjectID=[Forms]![Reporting]![Combo28]); 

I cant find any rows running this query even if i have same value in Combo28 as I do in main table ProjectID... I use office 2010!

Viewing all articles
Browse latest Browse all 13329

Trending Articles