J
Jim In Minneapolis
Hi. I'm pretty new at this -- can someone help me out?
Here's my VBA module argument:
If ((.[Planet Number].Column(1) = "Moon" Or .[Planet Number].Column(1) =
"Saturn") And .[Aspect Number].Column(1) = "Conjunct" And (.[Aspected Planet
Number].Column(1) = "Moon" Or .[Aspected Planet Number].Column(1) =
"Saturn")) Then
It works great, but I need to add a condition that says: "If the text field
[Midpoint Statement] in this same record is *NOT EMPTY* (in other words, if
the [Midpoint Statement] field has ANYTHING in it, then IGNORE this entire
argument (just skip the entire argument -- pretend it isn't even there! --
and go on to the next argument in the module).
I've been playing around with "Is Null" but I keep getting error messages --
I'm afraid I don't know the syntax.
If anyone knows how to fix this, I'll sure be grateful. (Please make sure
to show me the 'final product' -- send me the COMPLETE 'fixed' argument line,
ok? Don't just tell me to 'insert' something -- 'cause I'll surely screw it
up!)
Thanks for your patience.
Jim
(a)
Here's my VBA module argument:
If ((.[Planet Number].Column(1) = "Moon" Or .[Planet Number].Column(1) =
"Saturn") And .[Aspect Number].Column(1) = "Conjunct" And (.[Aspected Planet
Number].Column(1) = "Moon" Or .[Aspected Planet Number].Column(1) =
"Saturn")) Then
It works great, but I need to add a condition that says: "If the text field
[Midpoint Statement] in this same record is *NOT EMPTY* (in other words, if
the [Midpoint Statement] field has ANYTHING in it, then IGNORE this entire
argument (just skip the entire argument -- pretend it isn't even there! --
and go on to the next argument in the module).
I've been playing around with "Is Null" but I keep getting error messages --
I'm afraid I don't know the syntax.
If anyone knows how to fix this, I'll sure be grateful. (Please make sure
to show me the 'final product' -- send me the COMPLETE 'fixed' argument line,
ok? Don't just tell me to 'insert' something -- 'cause I'll surely screw it
up!)
Thanks for your patience.
Jim
(a)