Results 1 to 2 of 2
  1. #1
    XThomasX is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Apr 2014
    Posts
    2

    Select Funciont

    hi, i have 2 table and i would create a query with 2 table but in 1 table tblTurni i have Nominativo,Anno,Mese,1,2,3.... and in tblSigle Sigle,Ore. tblTurni1 = tblSigleSigle tblTurni1 = tblSigleSigle tblTurni2 = tblSigleSigle tblTurni3 = tblSigleSigle...... and in the query i would insert a value Ore if tblTurni1 = tblSigleSigla

    ID Nominativo Mese Anno 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
    1 MARIO ROSSI

    c A






























    Sigla Ore
    a 6
    b 7
    c 8
    d 9


    i do it => (SELECT [tblSigle]![Ore] FROM [tblSigle] WHERE [tblTurni]![1] = [tblSigle]![Sigla])
    this is the result
    Nominativo Mese Anno 1 Espr1 2 Ore
    MARIO ROSSI



    c 8 A 6
    MARIO ROSSI

    c 8 A 7
    MARIO ROSSI

    c 8 A 8
    MARIO ROSSI

    c 8 A 9

    but i would to receiv this result

    Nominativo Mese Anno 1 Espr1 2 Ore
    MARIO ROSSI

    c 8 A 6


    who can help me????????

  2. #2
    XThomasX is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Apr 2014
    Posts
    2
    i resolved

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 10-08-2012, 09:01 AM
  2. Replies: 5
    Last Post: 07-26-2012, 12:59 PM
  3. Replies: 8
    Last Post: 04-21-2011, 05:29 PM
  4. Replies: 4
    Last Post: 03-17-2011, 06:17 AM
  5. Replies: 1
    Last Post: 10-22-2010, 10:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums