I have a one-to-many relationship and I'm producing a report with the main table. The other table has unlimited entries for that ID but I just want to be able to use the mosat recent record entered in my main report.
So...
Find the most recent record for that ID
If the record = "item1" then
display this info in this field
Else
do something else
End If
Thanks,
Marcus
So...
Find the most recent record for that ID
If the record = "item1" then
display this info in this field
Else
do something else
End If
Thanks,
Marcus