A
alex
Using Access ’03…
I have a form (actually used as a subform) with approx. 15 columns.
I attempting to write code that would evaluate 15 fields (in 3 sets)
and ask the question: iff is null then “*”.
For example, if a user types data in one field, I would like Access to
insert “*” in the four other fields (if they are null or contain “”).
If the user types data into two of the fields, then “*” would be
inserted into three fields.
I’m not sure if I need to define three separate arrays, then ask: if
any (contained in the array) is null or “”, then value = “*”.
Any thoughts?
alex
I have a form (actually used as a subform) with approx. 15 columns.
I attempting to write code that would evaluate 15 fields (in 3 sets)
and ask the question: iff is null then “*”.
For example, if a user types data in one field, I would like Access to
insert “*” in the four other fields (if they are null or contain “”).
If the user types data into two of the fields, then “*” would be
inserted into three fields.
I’m not sure if I need to define three separate arrays, then ask: if
any (contained in the array) is null or “”, then value = “*”.
Any thoughts?
alex