I am trying to stamp each record with the network name of the user
entering the data. I set the field (EntBy) to: (IFNULL(EntBy,
(cval('netuser')), EntBy))What I get in the field is the above string. I use the same format for a date stamp: (IFNULL(Entdate, .#DATE, Entdate)) Which works just fine. Do I need to capture the netuser value as a variable first and use the variable? Tia David Ebert Huckleberry House, Inc. 614-294-8097 (voice) 614-294-6109 (fax) [EMAIL PROTECTED]

