Search results

  1. S

    Calculating within an form

    Hello Everyone, I have an question. I have a form with some scoreresults from an game. I have the following fields: Result game one : Result game two : Result from two games : Result game three : End result of three games Now I want to automate the calculation of the first two games and of...
  2. S

    Problem with sum function

    Hello there, I ran into a problem which is difficult for me to place. I have generated an report where I have an display of records. For each record I have put in an unbounded control (BTW) where I calculate the VAT for the item. Now I want to calculate the sum of the different values of the...
  3. S

    Insert Records by checkbox

    Hi all, I have an table with products, these products will be shown in an form. Now I want to place an checkbox for eacht product to select, at the end I want to place an button, when the user presses the button then all the product which are selected should be inserted into the table of...
  4. S

    How to make this variable ?

    Hello there, I'm filling an word document from an access database, therefore i use bookmarks. My export has a lot of field so I use a loop to fill it, but I''m getting in trouble witht the filling of an acces element... here's the code line .activedocument.bookmarks(item).range =...
  5. S

    Report based on query

    hello everybody, Im facing the following problem. I have several tables with information about one subject, now I want to place all the information from the subject in one report. Now I know I can do this with a query with loads of joins, but when I try this I don't get any result. Is it...
Back
Top Bottom