Hi i have a query output which i have sorted ascending based on the name - so that it looks something like this
order name amount
bag bill 1000
figs bob 2000
is it possible to create another column which would do the following:
In the column of name if the current cell had the same name as the one above it then blank the data cell if it was different to equal current cell
so in excel it would look like IF(B19=B18,"",B19) just not sure how to do this in access ?