G
Guest
Is this possible?
Ken Snell said:Yes:
SELECT [Field1] + [Field2] AS MySum
FROM TableName
ORDER BY [Field1] + [Field2];
--
Ken Snell
<MS ACCESS MVP>
Bdavis said:Is this possible?
Duane Hookom said:Since this is a Reports newsgroup, the answer is also yes but set the
Field/Expression in your sorting and grouping dialog to something like:
=[Field1] + [Field2]
--
Duane Hookom
MS Access MVP
--
Ken Snell said:Yes:
SELECT [Field1] + [Field2] AS MySum
FROM TableName
ORDER BY [Field1] + [Field2];
--
Ken Snell
<MS ACCESS MVP>
Bdavis said:Is this possible?
Ken Snell said:I need glasses... going through too many newsgroups at once, I'm afraid!
Thanks, Duane.
--
Ken Snell
<MS ACCESS MVP>
Duane Hookom said:Since this is a Reports newsgroup, the answer is also yes but set the
Field/Expression in your sorting and grouping dialog to something like:
=[Field1] + [Field2]
--
Duane Hookom
MS Access MVP
--
Ken Snell said:Yes:
SELECT [Field1] + [Field2] AS MySum
FROM TableName
ORDER BY [Field1] + [Field2];
--
Ken Snell
<MS ACCESS MVP>
Is this possible?