Search results

  1. B

    Mass mark check boxes as True

    I have a form where I need to mark a check box as true if another check box on the form is true. This only needs to occur each time a procedure is run. Nothing needs to happen automatically if I go in and change a record. It would need to be a procedure I run once I'm done performing any...
  2. B

    If A is true, then do B

    =IIf([Text34]<=2644,0,IIf([Text34]<=7164,650,IIf([Text34]>=242506,22000,[Text34]*0.0907194))) The above formula works as is in the field I have it in, but need it performed only if [Label5] is marked yes. I guess what I need is what goes in front of the above formula. I've looked through the...
  3. B

    finding record using combo box

    New to the forum. Appreciate any help I can get. When I place a combo box on my form and select a customer name to pull up a record, it says "ambiquous name detected" and takes me to a code screen. There are a lot of references to delete record - click. When I get out it states that...
Back
Top Bottom