Search results

  1. T

    Maths and VBA (Variance)

    Young people of the universe, At the moment I am working on a piece of code to calculate Variance. The calculation procedure involve each member of the recordset minus the mean of the recordset (Xi - MnX, where Xi is the member of the Recordset and the MnX is the mean). Using Recordset.edit...
  2. T

    basNormalDistributionINV

    Dear young people of the universe... Last time I have made the basNormalDistribution: http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=29798 this time I have the reverse of it, please give me the feed back, ta JL Option Compare Database Option Explicit Dim Area As...
  3. T

    Maths and VBA

    Dear Young people of this universe, Is there any one who can demonstrate to me how to do Integration in VBA / Access?? I have the formula but dun know how... it is the normal distribution equation... I need to have the area under curve... Option Compare Database Option Explicit Dim neK As...
  4. T

    Can you help??

    Is it possible to split a Access VBA programme to run 2 sets of codes in the same time. so that one will be the worker (display information) and one be the manager - ish ( constantly acknowedge the user's input and pass it to the Worker). think of the following situation... I have an interface...
  5. T

    Exporting query to excel

    Hello all you wonderful people, I have got a issue that would need your help: I am working on a database where it is to export a query to Excel on press of a button in a form. The fields to be exported consists of anything from Number to text to memo. I have been testing the exportation...
  6. T

    Report with number and text

    Dear All, I have a report bounded to a query that has an expression called, say, Exp1. Exp1 is to be displayed in the Report. Exp1 consists of data that are composed by two fields, say Field1 and Field2, where: [Exp1]:[Field1]/[Field2], but for some data sets Field2 might have a value of...
  7. T

    Report with number and text

    Dear All, I have a report bounded to a query that has an expression called, say, Exp1. Exp1 is to be displayed in the Report. Exp1 consists of data that are composed by two fields, say Field1 and Field2, where: [Exp1]:[Field1]/[Field2], but for some data sets Field2 might have a value of...
Back
Top Bottom