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

    Hi Ajetrumpet, Thank you for your reply, do you mean that I should include the VAT amount in the query that would be base of the report? SO it is not an unbounded control anymore? If so, I will give it a try. Things aint working for me now so all help is more than welcome :)
  3. S

    Problem with sum function

    Hello Pat, thank you for the anwser but I cant quiet follow you (probably cause I'm dutch ;) ) . The report displays the following: Amount : Price : Inc VAt : Ex Vat : VAT amount The Report is an mulitple records report. The Amount and Price fields are fields comming out of an table, the INC...
  4. 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...
  5. 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...
  6. 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 =...
  7. S

    Report based on query

    Hi there Cuttsy, That is indeed a good way to test the working an come to an result. I will try it. Thank you!!
  8. S

    Report based on query

    RV, thank you, I was also thinking of combining the data in one table,but my master table is an import of an export from an other database. This table contains loads of fields, I don'tknow in any way how to update a single table if there are fields that aren't in the import file. If you have...
  9. 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