Microsoft
Software
Hardware
Network
Question : DConcat not working - getting #Error in query results
I had the code working then I went to make a modification to the query using the Dconcat function and now I am getting #Error.
Here is my current query - what am I missing?
Note the query works great if I remove the DConcat portion of the query - so what is wrong with my syntax?
SELECT Qry_PrgUODetail.WS_NO_UO AS WS_NO, DConcat("[MN]","[Qry_PrgUO
Detail]","
[WS_NO_UO]
= '" & [WS_NO_UO] & "'") AS MNList, Max(IIf([APNo]="ZB001","X"
,'')) AS ZB001, Max(IIf([APNo]="ZB002","X"
,'')) AS ZB002, Max(IIf([APNo]="ZB021","X"
,'')) AS ZB021
FROM Qry_PrgUODetail
GROUP BY Qry_PrgUODetail.WS_NO_UO;
Related Solutions:
Concatenate mutilpe rows of data into a single field
Answer : DConcat not working - getting #Error in query results
start by using
select ... , permission,
SYS_CONNECT_BY_PATH(permis
sion,';')
FROM
and find a way to format your result removing duplicate values and adding the brackets
Random Solutions
converting an sql join query into hibernate named query
Outlook 'cached' mode/ OAB query
Why does a checkedListBox fire the checkchanged when not clicking on the item
Adding a new field - with index - through VBA
Passthrough criteria in excel 2003 from oracle 10g
How to get the database record count in MS SQL Server 2005?
Mysql Stored proc pass all values help
DLL vs LIB implicit linking
How do I select the first row from each subset of data within a query result?
Form and datasheet, property