Search results

  1. M

    How to Delete the First Character if it Equals a Specific Character

    I am trying to prevent display of the first character in a field, but only if the first character is a zero. So for example, I have a field named ContainerSize, and some of the data listed in the underlying table are as follows: 05 mL 30 mL 05 mL ID 10 mL ID I would like to have the data...
  2. M

    Limiting Field Data in a Report

    I am trying to limit the data displayed on a packing slip. The ItemName field contains the name of the item and our supplier. For example, "Hubcap (Ford)". The supplier's name is always in parentheses. I would like the report to simply display "Hubcap" without the "(Ford)". I don't know how to...
Back
Top Bottom