Gustav Brock
Gustav at cactus.dk
Mon Feb 19 02:11:36 CST 2007
Hi Susan You mean OldValue is empty, right? As far as I know it's empty until an update has happened. /gustav >>> ssharkins at setel.com 19-02-2007 01:12:37 >>> I ran into something interesting with the following expression: If ctl.Value <> ctl.OldValue Then It appears that unless you've changed the value, ctl.Value is empty. If there's been no change, shouldn't Value and OldValue been the same? Why is Value empty? This is in a form's Before Update event, which might matter. Susan H.