Search results

  1. I

    Generate in between numbers

    I have added another field which it's date column, and I want to generate serial only for the records which are having dates and leave the records which have no dates. Thanks
  2. I

    Check for Unmatched record

    I have two tables that I want to check is there any record in Table (A) but not in Table (B) the comparison column is number field, my problem is that the numbers are in serial in the first column while scattered into two columns From - To in table (B). I don't what to go for the solution of...
  3. I

    How to assign serial numbers From - To.

    Thanks for your support, exactly what I need., I have change the field Name to another name as it's reserved word by access. apprciated
  4. I

    How to assign serial numbers From - To.

    These are just number no formula involved under column Qnt., in excel it's very easy to do the starting number is 1 which it will be in the first record as per below example, --------------------------------------------------------- A1 B1 C1 D1...
  5. I

    How to assign serial numbers From - To.

    Hello, Below Table (A) shows the primary information, I need to generate/assign integer number From - To starting form 1, and the result should look same as table (B) Table (A)--------------------------------------------------------- Name Qnt Sahara 3 Tarak 2 Waeel 1 Table...
  6. I

    Generate in between numbers

    Thanks u so much, this exactly what I want.
  7. I

    Generate in between numbers

    I have ms-access table (A) as below, and I want a macro/VBA code that allow me to generate the in between serial number as shown in table (B). Regards Table (A) -------------------------------- ID Name Size From To 1 Sarah Umer 3 1 3 2 Tallia Noor 2 4 5...
Back
Top Bottom