Okay. I'm still somewhat new to this, and I've been unable to find what I'm looking for. I don't have any code for this at this point, but I can try to demonstrate what I want. (Do not want anyone to write this for me, but nudge me in the right direction.)
TIA
Pseudo-codeish
SQL Query to pull data from a table with 6 fields.
Then, based on the query results
If Field 1 is the only one not null, than run Function1
If Field 1 and 2 are are not null than run Function2
etc...
Also, during this process the results of the query need to somehow populate to the TempVars, because the Functions refer to TempVar values
(Each field is always populated in order, Field 2 cannot be populated if Field 1 is not. )
Is this even possible?
TIA
Pseudo-codeish
SQL Query to pull data from a table with 6 fields.
Then, based on the query results
If Field 1 is the only one not null, than run Function1
If Field 1 and 2 are are not null than run Function2
etc...
Also, during this process the results of the query need to somehow populate to the TempVars, because the Functions refer to TempVar values
(Each field is always populated in order, Field 2 cannot be populated if Field 1 is not. )
Is this even possible?