Storing Formulas II

In Storing Formula, Eric gave me some great advice for storing formulas and computing results. I’ve come up with a user-interface for creating and editing the formulas and I’d like someone to test it out.

As it stands, you can still enter an incorrect formula, but I’ve tried to make is so that only legal characters are available. You could, of course, stop entering the formula without a closing parenthesis and I haven’t attempted to prevent that. But the listbox and commandbuttons are supposed to be disabled when it’s improper to use them. With that in mind, let me know if I missed something.

access form

There are two textboxes; one to hold the formula using the TestID field and one to hold the formula using the Testname field. I’m building these two textboxes simultaneously because I don’t want to convert the TestID formula into the Testname formula every time the formula changes. I fear that it will cause a delay when tests or operators are added or deleted because the conversion won’t be a trivial operation. However, I can see that this simply will not work. If the name of the test is changed, the Testname formula that’s stored will be wrong. I only create and store that formula for display purposes.

TestFormula.zip is an Access 2003 file.

Posted in Uncategorized

One thought on “Storing Formulas II

  1. Hi Dick,
    Ok, I don’t really understand what your trying to do here, but I tested the interface and it seemed to work very well. I could not enter an invalid formula. So i would say from that POV it’s ok.

    I would be interested in seeing that happens when you try to evaluate these formulas though.


Posting code? Use <pre> tags for VBA and <code> tags for inline.

Leave a Reply

Your email address will not be published.