Hi,
can I suppress a record if the one immediately before it is a duplicate.
here is a simple version of how my data might look in the database...
Recipe description batch time
A some recipe A-1 12:45pm
A some recipe A-2 12:46pm
A some recipe A-3 12:47pm
B another recipe B-1 12:48pm
B another recipe B-2 12:49pm
A some recipe A-4 12:50pm
A some recipe A-5 12:51pm
A some recipe A-6 12:52pm
I would want it to appear like this in the report. All ordered by time. I can not Group by Recipe because I need the time to stay in order. The Recipe and description should appear again if some other recipe has broken up the sequence.
A some recipe
A-1 12:45pm
A-2 12:46pm
A-3 12:47pm
B another recipe
B-1 12:48pm
B-2 12:49pm
A some recipe
A-4 12:50pm
A-5 12:51pm
A-6 12:52pm
Well maybe I can group, I am not sure, any advice on how to achieve this appreciated immensely
Mark
can I suppress a record if the one immediately before it is a duplicate.
here is a simple version of how my data might look in the database...
Recipe description batch time
A some recipe A-1 12:45pm
A some recipe A-2 12:46pm
A some recipe A-3 12:47pm
B another recipe B-1 12:48pm
B another recipe B-2 12:49pm
A some recipe A-4 12:50pm
A some recipe A-5 12:51pm
A some recipe A-6 12:52pm
I would want it to appear like this in the report. All ordered by time. I can not Group by Recipe because I need the time to stay in order. The Recipe and description should appear again if some other recipe has broken up the sequence.
A some recipe
A-1 12:45pm
A-2 12:46pm
A-3 12:47pm
B another recipe
B-1 12:48pm
B-2 12:49pm
A some recipe
A-4 12:50pm
A-5 12:51pm
A-6 12:52pm
Well maybe I can group, I am not sure, any advice on how to achieve this appreciated immensely
Mark