Search results

  1. W

    help with a zero calculation

    I was just reading about that too! I had just started reading about the sum function as I got your reply notice. :rolleyes: Thanks alot
  2. W

    help with a zero calculation

    I am heading in the right direction, but I need help getting over the hump. I have a calculation that returns the average turn around time (in days) on jobs. I need to take into account that some jobs are less than one day in duration, and therefore are 0 days long. Can I use something like...
  3. W

    Change of state validation?

    Thank you mrabrams I think that will give me something to work with.
  4. W

    Change of state validation?

    To be honest I am not sure where to start on this: I have a form that locks when the status control is set to "Closed", which is good. The problem is if someone wants to go back and edit the information, there is nothing stopping them from just setting the status back to "Open", and changing...
  5. W

    Conditional Locking?

    Thank you immensely! I was racking my head for that one.
  6. W

    Conditional Locking?

    Thank you immensely! I was racking my head for that one.
  7. W

    Conditional Locking?

    I would like to use one text box to determine whether or not to lock a data entry box. e.g. If [Equip_status] = "in work" then unlock [start_date] I know that there has to be a way, I just can make it work. Thanks in advance
Back
Top Bottom