I have a table that stores a patients notes per date. For example, one patient may have 4 different notes(memo's) for four dates. Connecting to other tables, I'm trying to pull the last date so I can get the last memo. However each time I do it all the dates and memo's appear. I've tried max date but it does not work. Any suggestions?