Hi All
I have a query which contains notes from each stage of a quote, i would like to combine all the notes in one column is this possible?
in simple terms at the moment the SQL i have is
SELECT RFQTracker.RFQID, RFQTracker.RFQDetailInputNotes, RFQTracker.QuoteSummaryInputNotes, RFQTracker.QuoteDetailInputNotes, RFQTracker.FreightCalcsNotes
FROM RFQTracker;
I would like amother column to take RFQDetailInputNotes, QuoteSummaryInputNotes, etc, and list them in a single column, a calculated column if you like...
Can anyone help??
Ali
I have a query which contains notes from each stage of a quote, i would like to combine all the notes in one column is this possible?
in simple terms at the moment the SQL i have is
SELECT RFQTracker.RFQID, RFQTracker.RFQDetailInputNotes, RFQTracker.QuoteSummaryInputNotes, RFQTracker.QuoteDetailInputNotes, RFQTracker.FreightCalcsNotes
FROM RFQTracker;
I would like amother column to take RFQDetailInputNotes, QuoteSummaryInputNotes, etc, and list them in a single column, a calculated column if you like...
Can anyone help??
Ali