Recent content by adamdaban

  1. A

    Insert data from one table to another table

    I think you are wrong about me because around two pages we had a conversation about my problems!
  2. A

    Insert data from one table to another table

    Yes sir no change
  3. A

    Insert data from one table to another table

    I just need these names which it's showing on your picture
  4. A

    Insert data from one table to another table

    yes I can do it because the name is standard not change once i define it
  5. A

    Insert data from one table to another table

    Sir Can you give me a solution by VBA and I try in my database
  6. A

    Insert data from one table to another table

    ================= Sir, why I want to be like this because I have one text file and I will import into my access table which is tbl1 after import process data will be stored into my tbl1 like this so again I want to make reorganize them so that's why I want it.
  7. A

    Insert data from one table to another table

    tbl2 for getting data from tbl1 and each record going to under specific field, hope is clear my meaning
  8. A

    Insert data from one table to another table

    Thank you so much only, I need it how I can add these value from tb1 to tb2.
  9. A

    Insert data from one table to another table

    ============================= Yes I noe but only this table like this is uniqe I really need it to be like this
  10. A

    Insert data from one table to another table

    ======================================== one thing more why data in tbl1 look like this because I have text file when I uploaded to my database will store like this.
  11. A

    Insert data from one table to another table

    ========================================== yes Minty, by VBA I guess much better because I have many fields but first I need to get the idea from you after that I will manage others, this issue is so important for me because I have one table information look like tb1 and the result I need to be...
  12. A

    Insert data from one table to another table

    =============================================== Thanks for your reply, here is image description what's my problem and I want it
  13. A

    Insert data from one table to another table

    before I used Dlookup function it can but the problem is only first record can add it if you check my code Private Sub Command9_Click() Me.ID.Value = DLookup("Result", "tblTestResults", "Resut= 'ID' ") Me.Jame.Value = DLookup("Result", "tblTestResults", "Name= 'Jame' ") Me.Adam.Value =...
  14. A

    Insert data from one table to another table

    Hi everyone I have one question if you can help me to solve my problem, my question is I have a table name (tbl1) which contains three fields ID Name Result ------ -------- --------- 2343 Jime 235 2453 Adam 657 2898 Rose 876 2098 Jime...
  15. A

    Import complex text fie into ms access table by vba

    here is my database template with text file
Back
Top Bottom