Discussion:
newbie - else "don't change field value" ?
(too old to reply)
p***@gmail.com
2016-02-11 14:52:17 UTC
Permalink
fields in a table

dim genlocation
if [CATEGORY] = 4300 and [LOCATION] isnull then
genlocation = ([SITE] & " - " & [SUBCATEGORY])
else
-- don't change the [LOCATION] value --
Auric__
2016-02-11 16:07:37 UTC
Permalink
Post by p***@gmail.com
fields in a table
dim genlocation
if [CATEGORY] = 4300 and [LOCATION] isnull then
genlocation = ([SITE] & " - " & [SUBCATEGORY])
else
-- don't change the [LOCATION] value --
End If

(If you don't need to make a change, then do nothing.)
--
We're all puppets. I'm just a puppet who can see the strings.
Loading...