loop or not?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there I have four fields on my form:
Cat 1 Score
Cat 2 Score
Cat 3 Score
Cat 4 Score

Current, if cat1 = 100 then it passes, otherwise it fails. THis is the case
for cat 2, 3 and 4. I need to account for null values because some
establishments don't have a value for a particular category.

At present i am using a series of if statements. Is there a more efficient
way?

Regards,
 
I figured it out. Thanks for your time.

As for the code it was a series of if statements for each fields before
update event. If the criteria was met, then the score passed, otherwise it
failed. If no score was entered, then there was not pass of fail entered and
the field was not used in the decision to pass the entire record.

Again, thanks for your time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

how do I use array references in VLOOKUP()? 2
How to equally weight variables 2
Linking Cell based on Date 8
Using subfilds 1
SQL wildcard question 3
Making subfields 1
Calculating fields on a Form 2
Chart Help 1

Back
Top