sql - Access 2010 input second returned value into query result -


i building query looks contract number in second table of there multiple results. want instead of returning second row want below

contract no | result 1 | result 2 | result 3

rather than

contract no | result 1

contract no | result 2

contract no | result 3

how this?

the concatrelated vb not viable option within business work.


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -