Search results

  1. W

    Removing Imbedded spaces and special characters

    I have a name field 28 positions long. Some names are without special characters or spaces --- such as smith, others have spaces and special characters such as St Casimirs or O'neil. when I use the =left([lastname]),4 --- smith appears as smit which is acceptable however St Casimirs or O'neil...
  2. W

    Editing of a calculated field on a report

    I have created a text box on a report which I use to calculate the sum of 2 fields from a table. These 2 fields in the table are number fields with a standard format. My question is --- how do I edit the text box to include decimal points and commas. Any help would be greatly appreciated...
  3. W

    Rounding on a report

    I have a total on a report which shows the percent of inspections correct based on the following expression in the Control Source for the text box =[txtnocorr]/[txtnoofinsp]. My format is percent and my decimal places are zero My problem is that when dividing 902(txtnocorr) by 904(txtnoofinsp)...
  4. W

    I need to Manipulate Dates

    I have expiration dates for exams which need to be aged a year and 7 days from the expiration date entered into the system. If anyone could help me --- I'd really appreciate this. Thanks ---
  5. W

    Substituting fields on a report

    On my report there are certain times when I want to print a mailing address instead of a home address. I want to use the same area on the report to print either of these addresses. I'm not quite sure how to go about this. Thanks ---
Back
Top Bottom