Unable to solve error in Listbox

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

Guest

I am trying to create a listbox that uses values from
three fields and another listbox to solve and display a
value. I have tried to use, with modifications for the
format, a formula from excel. When I finished, the box
displayed "#Name?". Is "If" an illegal perameter, or is
there some other problem in the form?

I need to set up a listbox that divides the value of
another listbox according to the values of three fields in
the form. Two fields are simple values that can be
plugged into the expression, but the other is a text field
that has a corresponding numerical value that must be
used. The expression I was trying to use looks like...
If([Size]="2X4",([Load]/([Depth]*4.25)),If ... Does
anyone have an idea for me?
 

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

Back
Top