Search results

  1. B

    The Problem with Null

    Ok I have a function that takes in two parameters. Function(Text, Number) The text comes from a table field with the same name, and the number is the result of a calculation. My problem is when there is nothing typed in the Text Field, the function craps out. I thought I could fix this by...
  2. B

    Relationships

    I have 4 tables: Table 1 Table 2 Table 3 Table 4 (16 entries) (8 entries) (4 entries) (1 entry) case_nmbr case_nmbr case_nmbr case_nmbr case_date case_action case_fees case_stat I want to put data...
  3. B

    formatting fields sizes

    I'm going for a word document style table to represent data in my report , but i can't get my fields to all be the same height in each row. I've fixed the width of my fields to what i want so they can only grow veritcally (ie. make the row taller but not the column wider). I would like all my...
  4. B

    formatting fields sizes

    I'm going for a word document style table to represent data in my report , but i can't get my fields to all be the same height in each row. I've fixed the width of my fields to what i want so they can only grow veritcally (ie. make the row taller but not the column wider). I would like all my...
  5. B

    Subreport Help

    I'm new to access, I've done database work before just not with this package, I have only one small problem and this should be an easy one... Without going into too much detail, i have a report that generates a list and calculates a few totals based on a date range inputed by a user. (I do this...
Back
Top Bottom