Search results

  1. R

    Strike Three your Out.

    Created a Database and set restrictions for usage. However I put a Login in page which really is only for me to see when allowed users log in. Is there any possible way I can set it so that the user has 3 attempts to log in before kicking them out. At present I have this in AfterUpdate...
  2. R

    Division returns whole number

    I am trying to do simple maths in VBA but getting whole answers even when the field it is reporting to states otherwise. Field Values are Q1_Diff (displayed as a percentage, decimal is set at 3) Q1_Actual (displayed as a currency, decimal set at 2) Q1_Budget (displayed as currency, decimal set...
  3. R

    When I try Group By only one value shows

    I have a form called Company and this is linked to a training records form. On the training records form I have set up Title: Mr, Mrs,etc. Forename Surname I have then created a query (Trained List QuerY) which includes Company Name TrainedList: [Company Training Records]![Forename] & " " &...
  4. R

    Check Boxes

    Hello I was hoping someone could possibly tell me where I am going wrong with MS Access. I have created a form which has a certain number of area's which have check boxes some area's have two check boxes and some have three. The check boxes are labelled as Yes, No or n/a. The two check box...
Top Bottom