Recent content by cdsmumbaii

  1. C

    generating first records

    Hi, thanks for your reply.How do I create series of loop to ensure that not more than 2 n1 from each sr in every new nsr . thanks in advance
  2. C

    generating first records

    hI thanks for reply. How do I create array out of it. I have no nothing about arrays. Please guide me.
  3. C

    generating first records

    Hi thanks for reply. Actually I want to generate a recordset containing 6 numbers, with a condition that new record should have more than 2 records from each sr and not more than 3 n1 should repeat in new record. In that case my result will be something like this nsr oldsr n1 posi 101...
  4. C

    generating first records

    Hi I am new to programming. Iam using access 2003 . My table is something like this : sr n1 positions 1 12 1 1 23 2 1 35 3 2 16 1 2 19 2 2 25 3 3 8 1 3 17 2 3 20 3 I want to create programme to display first two position of each sr and my result would be : sr n1 position 1 12 1 1 23 2 2 16 1...
  5. C

    calucations

    Hi, Iam quite newto access.I require help to solve the following BasicallyI want to find out/rather display difference of two numbers is given numbers. for example I want to display all numbers from 1 to 10 which gives me difference is 4. My result would be : a1 a2 diffence (...
Back
Top Bottom