Search results

  1. N

    Not Updateable

    I want to make a form where a staff member will book a bet, by selecting MembersID(which will automatically fill in, fields like name and surname) and Race, where this will allow the staff member only to select horses within that race. 1) when i try to select an other ID i get a msg at the...
  2. N

    Automatically calculated date

    Now i see. Thanks.
  3. N

    Automatically calculated date

    Thanks for the quick response but when I put the validation rule I get an error promt telling me: "The expression you entered has an invalid .(dot) or !operator or invalid parenthesis."
  4. N

    Automatically calculated date

    thanks i already have a tblMemberships but the Duration field was in months. Anw thanks a lot. Whats is 3NF? I have to have an expiration date in order to detect expiring accounts.
  5. N

    Automatically calculated date

    I have a field called DateOfExpiration which i want to be automatically calculated according to the value of two other fields. ([TypesOfMemberships]="Bronze")=[DateAssigned]+91 Or ([TypesOfMemberships]="Silver")=[DateAssigned]+182 Or ([TypesOfMemberships]="Gold ")=[DateAssigned]+365 This is...
  6. N

    Only characters Aa to Zz validation

    if someone knows the validation rule for a field to only accept letters i'd be more than thankful.
Back
Top Bottom