BlueCarpet
New member
- Local time
- Today, 11:47
- Joined
- Sep 1, 2003
- Messages
- 9
HI, I have been reading the many postings on the PrevRecVal function and it seems to be the one I need to use for some calculcations. However, much of the discussion concerns its use in forms or reports, is it possible to use the function in a table. I have a database of entries of financial trades which are added to daily. Now, before the daily data is appended to the RecordTable, I have a query showing me which particular Names have traded that day. What I need to do is reference the daily list against the existing list to see when the name last traded. More importantly though, I need to retrieve trade details for that previous entry so I can calculate percentage changes in price since the previous trade. Any help appreciated.