Try this:
Create a Datestamp Flag variable:
= if([Datestamp]=Max([Datestamp])) then 1 else 0
Use this Datestamp Flag in the Block filter. [Datestamp Flag]=1
See if this works. It should only return the most current recordset.
- Kuldeep
Try this:
Create a Datestamp Flag variable:
= if([Datestamp]=Max([Datestamp])) then 1 else 0
Use this Datestamp Flag in the Block filter. [Datestamp Flag]=1
See if this works. It should only return the most current recordset.
- Kuldeep