Search results

  1. I

    Calculated column in Table

    Hello, So I have a column that users will enter a target date, then I want to create a column that will remove 7 days based on the target date, I have gone into the table and set up the column (7daysbefore) to "calculated" and the expression builder opens up... So I type [targetdate] - 7 but...
  2. I

    Access form to populate additional rows

    Thanks Alan, I figured I was all over the place... I guess my first question would be how do I set up a formula in access... I understand I have to create a query, this is the formula I have currently in excel =IF(IFERROR(D2-TODAY(),0)=0,"TBD",D2-TODAY()) D2 being another column in access...
  3. I

    Access form to populate additional rows

    Hi, I have been researching the internet for the last two days but I can't find anything that's related to access without using javascript... I'm not very good at coding but this is what I would like to do I have one main form that I would like users to enter data that will populate tables in...
Back
Top Bottom