In a Access summary query, you can use the following:
First(Date) or Last(Transaction)
Is there a way of converting these over to a column in a query/view of the SQL Server.
I tried MIN(Date) and MAX(Transaction), but I'm not sure either of these will be the same as the First or Last above.
First(Date) or Last(Transaction)
Is there a way of converting these over to a column in a query/view of the SQL Server.
I tried MIN(Date) and MAX(Transaction), but I'm not sure either of these will be the same as the First or Last above.